Added an "#include <config.h>" and "#include <windows.h>"

This commit is contained in:
curt 1998-05-11 18:04:06 +00:00
parent 8a233ddfbb
commit 5a2a23cc2d

View File

@ -1,3 +1,14 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include "xgl.h"
#include <GL/glut.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
@ -5,8 +16,6 @@
# include <unistd.h> # include <unistd.h>
#endif #endif
#include "xgl.h"
#include <GL/glut.h>
#ifdef XGL_TRACE #ifdef XGL_TRACE