Added an "#include <config.h>" and "#include <windows.h>"
This commit is contained in:
parent
8a233ddfbb
commit
5a2a23cc2d
1 changed files with 11 additions and 2 deletions
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 <stdlib.h>
|
||||
|
||||
|
@ -5,8 +16,6 @@
|
|||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "xgl.h"
|
||||
#include <GL/glut.h>
|
||||
|
||||
#ifdef XGL_TRACE
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue