summaryrefslogtreecommitdiff
path: root/xc/lib
diff options
context:
space:
mode:
authordawes <dawes>2001-05-30 21:41:05 +0000
committerdawes <dawes>2001-05-30 21:41:05 +0000
commita90e45bc2d178663aa6aa3847a34ec907e9ca58c (patch)
treeed3d1822b74944a60a037edf04e19008ffa5fded /xc/lib
parentfdb4980b240b2b95f1bb6debba62bec3d16b4e65 (diff)
Need <stdarg.h> when using va_*
Diffstat (limited to 'xc/lib')
-rw-r--r--xc/lib/GL/mesa/src/drv/common/hwlog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xc/lib/GL/mesa/src/drv/common/hwlog.c b/xc/lib/GL/mesa/src/drv/common/hwlog.c
index e78803c26..0285a295f 100644
--- a/xc/lib/GL/mesa/src/drv/common/hwlog.c
+++ b/xc/lib/GL/mesa/src/drv/common/hwlog.c
@@ -33,6 +33,7 @@ hwlog_t hwlog = { 0,0,0, "[???] "};
/* Should be shared, but is this a good place for it?
*/
#include <sys/time.h>
+#include <stdarg.h>
int usec( void )