From a9ae4715900f90548082930e69ecafe44e70ff37 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 20 Sep 2011 15:13:23 +0300 Subject: [PATCH] Add proper header to use netinet/ip.h on *bsd systems --- projects/sgauthstress/proto.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/sgauthstress/proto.h b/projects/sgauthstress/proto.h index 543ae9e7..746622b7 100644 --- a/projects/sgauthstress/proto.h +++ b/projects/sgauthstress/proto.h @@ -1,6 +1,9 @@ #ifndef __PROTO_H__ #define __PROTO_H__ +#ifndef LINUX +#include +#endif #include #include #include -- 2.43.2