APPLE compilation fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15218 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-10-03 15:51:16 +00:00
parent 172ab6c70f
commit f78e126d1e

View File

@ -20,7 +20,9 @@
#include "support/systemcall.h"
#ifdef __APPLE__
#include "debug.h"
#include <ApplicationServices/ApplicationServices.h>
using std::endl;
#endif
#if defined(_WIN32) || (defined(__CYGWIN__) && defined(X_DISPLAY_MISSING))