aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2001-02-19 00:38:02 +0000
committerNathan Scott <nathans@sgi.com>2001-02-19 00:38:02 +0000
commit1e29e6169d4a252070c2ea904a1a45cb08480d21 (patch)
tree93d0b915ff3236488eda0a93fd3bb01a7269b71f
parent980d2ff8a7ea540118622d64e5f38624180c6552 (diff)
downloaddmapi-dev-1e29e6169d4a252070c2ea904a1a45cb08480d21.tar.gz
explicitly include stdarg.h for recent glibc 2.2.2 changes to stdio.h.
-rw-r--r--libdm/dmapi_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdm/dmapi_lib.c b/libdm/dmapi_lib.c
index b19dc95..892f2b8 100644
--- a/libdm/dmapi_lib.c
+++ b/libdm/dmapi_lib.c
@@ -31,6 +31,7 @@
*/
#include <fcntl.h>
+#include <stdarg.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/errno.h>