summaryrefslogtreecommitdiff
path: root/udev_libc_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev_libc_wrapper.h')
-rw-r--r--udev_libc_wrapper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/udev_libc_wrapper.h b/udev_libc_wrapper.h
index 4bb68913a9..a12af64c24 100644
--- a/udev_libc_wrapper.h
+++ b/udev_libc_wrapper.h
@@ -42,6 +42,10 @@
#define __FD_ZERO(set) ((void) memset ((void*) (set), 0, sizeof (fd_set)))
#endif
+#ifndef NETLINK_KOBJECT_UEVENT
+#define NETLINK_KOBJECT_UEVENT 15
+#endif
+
#include <string.h>
#ifdef __KLIBC__