Added an "#include <config.h>" and "#include <windows.h>"
This commit is contained in:
parent
8a233ddfbb
commit
5a2a23cc2d
13
XGL/xgl.c
13
XGL/xgl.c
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user