Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/ghost/intern/GHOST_SystemX11.h')
-rwxr-xr-xintern/ghost/intern/GHOST_SystemX11.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/intern/ghost/intern/GHOST_SystemX11.h b/intern/ghost/intern/GHOST_SystemX11.h
index 6cb9f06ea3f..54b0f7874d1 100755
--- a/intern/ghost/intern/GHOST_SystemX11.h
+++ b/intern/ghost/intern/GHOST_SystemX11.h
@@ -40,12 +40,16 @@
#ifndef _GHOST_SYSTEM_X11_H_
#define _GHOST_SYSTEM_X11_H_
-#include "GHOST_System.h"
-#include "../GHOST_Types.h"
-
#include <X11/Xlib.h>
#include <GL/glx.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include "GHOST_System.h"
+#include "../GHOST_Types.h"
+
class GHOST_WindowX11;
/**