diff options
Diffstat (limited to 'src/glx/x11/dri_common.c')
-rw-r--r-- | src/glx/x11/dri_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/dri_common.c b/src/glx/x11/dri_common.c index 8175f46c547..fbce6ac3e3d 100644 --- a/src/glx/x11/dri_common.c +++ b/src/glx/x11/dri_common.c @@ -37,7 +37,7 @@ #include <unistd.h> #include <dlfcn.h> -#include "glheader.h" +#include <stdarg.h> #include "glxclient.h" #include "glcontextmodes.h" #include "dri_common.h" |