summaryrefslogtreecommitdiff
path: root/libdrm/xf86drm.c
diff options
context:
space:
mode:
authorDavid Dawes <dawes@xfree86.org>2001-05-31 15:09:21 +0000
committerDavid Dawes <dawes@xfree86.org>2001-05-31 15:09:21 +0000
commitd5031ec3b7986943d0c7b17dc2e03aa0a97348e0 (patch)
tree2d255acea85d27d3c8022203e87f25ceee5ef95d /libdrm/xf86drm.c
parentac4fb01198a1f9dd7d8db427d3c425081fd4061c (diff)
Need <stdarg.h> here too for the client module build.multihead-1-0-0-20010727-freeze
Diffstat (limited to 'libdrm/xf86drm.c')
-rw-r--r--libdrm/xf86drm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdrm/xf86drm.c b/libdrm/xf86drm.c
index 582d8d45..47f550f8 100644
--- a/libdrm/xf86drm.c
+++ b/libdrm/xf86drm.c
@@ -55,6 +55,7 @@
# include <sys/ioctl.h>
# include <sys/mman.h>
# include <sys/time.h>
+# include <stdarg.h>
# ifdef DRM_USE_MALLOC
# define _DRM_MALLOC malloc
# define _DRM_FREE free