From: Maxim Mamontov Date: Tue, 20 Sep 2011 12:13:23 +0000 (+0300) Subject: Add proper header to use netinet/ip.h on *bsd systems X-Git-Tag: 2.408-rc1~11 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/a9ae4715900f90548082930e69ecafe44e70ff37 Add proper header to use netinet/ip.h on *bsd systems --- 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