diff options
Diffstat (limited to 'net/mad_fcl/files/patch-alclib_mad.h')
-rw-r--r-- | net/mad_fcl/files/patch-alclib_mad.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mad_fcl/files/patch-alclib_mad.h b/net/mad_fcl/files/patch-alclib_mad.h new file mode 100644 index 000000000000..0716918578f4 --- /dev/null +++ b/net/mad_fcl/files/patch-alclib_mad.h @@ -0,0 +1,13 @@ +--- alclib/mad.h.orig 2016-03-08 14:49:04 UTC ++++ alclib/mad.h +@@ -35,7 +35,10 @@ + #define _MAD_H_ + + #ifdef LINUX ++#include <sys/types.h> ++#include <sys/socket.h> + #include <netinet/in.h> ++#include <arpa/inet.h> + #endif + + #include "utils.h" |