diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2012-08-10 09:19:05 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2012-08-10 09:19:05 +0000 |
commit | 1fcf0101f348c02e437e562b0d42e370b17b16c6 (patch) | |
tree | 82289f48745cf4a34e8b4720f4f6b310ba6bc7bd /src/bin/main.h | |
parent | fc24feaee22a50c60e9fb9eca79c8c12be463de5 (diff) |
expedite: For the ifdefs we use Xinit we should include the header
SVN revision: 75077
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index db7a80a..f7d3cc3 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -12,6 +12,10 @@ | |||
12 | #include <math.h> | 12 | #include <math.h> |
13 | #include <time.h> | 13 | #include <time.h> |
14 | 14 | ||
15 | #if defined (HAVE_EVAS_SOFTWARE_XLIB) || defined (HAVE_EVAS_XRENDER_X11) ||defined (HAVE_EVAS_OPENGL_X11) || defined (HAVE_EVAS_SOFTWARE_16_X11) | ||
16 | #include <X11/Xlib.h> | ||
17 | #endif | ||
18 | |||
15 | #ifndef _MSC_VER | 19 | #ifndef _MSC_VER |
16 | # include <sys/time.h> | 20 | # include <sys/time.h> |
17 | #endif | 21 | #endif |