From 4ce337a0084ada0b7889927c3d286fc15ff67676 Mon Sep 17 00:00:00 2001 From: beuc Date: Fri, 9 Mar 2012 21:02:20 +0000 Subject: [PATCH] Include xparsegeometry_repl.h header on non-X11 targets git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1094 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/Common/freeglut_init.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/freeglut/freeglut/src/Common/freeglut_init.c b/freeglut/freeglut/src/Common/freeglut_init.c index 76ec454..0c3e697 100644 --- a/freeglut/freeglut/src/Common/freeglut_init.c +++ b/freeglut/freeglut/src/Common/freeglut_init.c @@ -316,6 +316,10 @@ void fgDeinitialize( void ) /* -- INTERFACE FUNCTIONS -------------------------------------------------- */ +#if !TARGET_HOST_POSIX_X11 +#include "Common/xparsegeometry_repl.h" +#endif + /* * Perform initialization. This usually happens on the program startup * and restarting after glutMainLoop termination...