diff options
author | dawes <dawes> | 2001-04-10 13:19:47 +0000 |
---|---|---|
committer | dawes <dawes> | 2001-04-10 13:19:47 +0000 |
commit | c802e8ba847811f48ae4468ba692039a5aa5ae02 (patch) | |
tree | 6feda6de46aa58080f5aef1339ae3439ca5bf9b8 /xc | |
parent | 64df41630577e7e567d25a6606cf55fb9973dd34 (diff) |
need <stdarg.h> for va_* handling
Diffstat (limited to 'xc')
-rw-r--r-- | xc/lib/GL/dri/dri_glx.c | 1 |
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, |