Include sys/types.h to make it build with uClibc
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 16 Dec 2008 13:12:09 +0000 (14:12 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 16 Dec 2008 13:12:09 +0000 (14:12 +0100)
src/udev.c

index 1f80728..40ec824 100644 (file)
@@ -24,6 +24,7 @@
 #endif
 
 #include <stdarg.h>
+#include <sys/types.h>
 
 #define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
 #include <libudev.h>