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 0eba639..1f80728 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>