This email list is read-only. Emails sent to this list will be discarded ---------------------------------- src/udev.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
New commits: commit 1ea9542c44ec6bcf2ab21bc9ecbe584b50bac847 Author: Marcel Holtmann <[email protected]> Date: Tue Dec 16 14:12:09 2008 +0100 Include sys/types.h to make it build with uClibc Diff in this email is a maximum of 400 lines. diff --git a/src/udev.c b/src/udev.c index 1f80728..40ec824 100644 --- a/src/udev.c +++ b/src/udev.c @@ -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> _______________________________________________ Commits mailing list [email protected] https://lists.moblin.org/mailman/listinfo/commits
