summaryrefslogtreecommitdiff
path: root/xc
diff options
context:
space:
mode:
authordawes <dawes>2001-04-10 13:19:47 +0000
committerdawes <dawes>2001-04-10 13:19:47 +0000
commitc802e8ba847811f48ae4468ba692039a5aa5ae02 (patch)
tree6feda6de46aa58080f5aef1339ae3439ca5bf9b8 /xc
parent64df41630577e7e567d25a6606cf55fb9973dd34 (diff)
need <stdarg.h> for va_* handling
Diffstat (limited to 'xc')
-rw-r--r--xc/lib/GL/dri/dri_glx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xc/lib/GL/dri/dri_glx.c b/xc/lib/GL/dri/dri_glx.c
index 0a68a7409..8c53b099a 100644
--- a/xc/lib/GL/dri/dri_glx.c
+++ b/xc/lib/GL/dri/dri_glx.c
@@ -46,6 +46,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <dlfcn.h>
#include "dri_glx.h"
#include <sys/types.h>
+#include <stdarg.h>
typedef void *(*CreateScreenFunc)(Display *dpy, int scrn, __DRIscreen *psc,