summaryrefslogtreecommitdiff
path: root/libnet/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnet/src/common.h')
-rw-r--r--libnet/src/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnet/src/common.h b/libnet/src/common.h
index c0747e8..de31704 100644
--- a/libnet/src/common.h
+++ b/libnet/src/common.h
@@ -43,6 +43,9 @@
* included.
*/
#include <netinet/in.h>
+#ifndef IPPROTO_MH
+#define IPPROTO_MH 135 /* IPv6 mobility header */
+#endif
/* TODO - should ../include/gnuc.h be included here? */