Commit 63d91b4f authored by osdl.net!shemminger's avatar osdl.net!shemminger

Fix for older /usr/include headers.

(Logical change 1.105)
parent f9941cd3
...@@ -28,7 +28,10 @@ ...@@ -28,7 +28,10 @@
#include <stdio.h> #include <stdio.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <linux/xfrm.h> #include <linux/xfrm.h>
#include "utils.h"
#ifndef IPPROTO_SCTP
# define IPPROTO_SCTP 132
#endif
#define XFRM_MAX_DEPTH 6 #define XFRM_MAX_DEPTH 6
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment