dpif-netlink: add GENEVE creation support
[cascardo/ovs.git] / lib / signals.h
index 3ef1b5b..436f934 100644 (file)
@@ -18,7 +18,8 @@
 #define SIGNALS_H 1
 
 #include <signal.h>
-#include "type-props.h"
+#include <stddef.h>
+#include "openvswitch/type-props.h"
 
 enum { SIGNAL_NAME_BUFSIZE = 7 + INT_STRLEN(int) + 1 };
 const char *signal_name(int signum, char *namebuf, size_t bufsize);