From 5a2a23cc2dd4abe353e3edaee90d2c85edf85a4f Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 11 May 1998 18:04:06 +0000 Subject: [PATCH] Added an "#include " and "#include " --- XGL/xgl.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/XGL/xgl.c b/XGL/xgl.c index d4b47bf4..65380524 100644 --- a/XGL/xgl.c +++ b/XGL/xgl.c @@ -1,3 +1,14 @@ +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef HAVE_WINDOWS_H +# include +#endif + +#include "xgl.h" +#include + #include #include @@ -5,8 +16,6 @@ # include #endif -#include "xgl.h" -#include #ifdef XGL_TRACE -- 2.39.2