Include stdarg.h to workaround libudev bug
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 6 Dec 2008 02:36:08 +0000 (03:36 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 6 Dec 2008 02:36:08 +0000 (03:36 +0100)
src/udev.c

index 0eba6398e418c3ddde19e6df9fa5e2ac3ac349c1..1f80728ca4f8d2a8168271c6fb8c29b608c834c3 100644 (file)
@@ -23,6 +23,8 @@
 #include <config.h>
 #endif
 
+#include <stdarg.h>
+
 #define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
 #include <libudev.h>