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_DisplayManagerX11.cpp')
-rwxr-xr-xintern/ghost/intern/GHOST_DisplayManagerX11.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
index 1eb0e0a10ca..9695e24e737 100755
--- a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
+++ b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
@@ -29,8 +29,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-#include "GHOST_DisplayManagerX11.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include "GHOST_DisplayManagerX11.h"
#include "GHOST_SystemX11.h"