head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2009.07.29.20.50.21; author rse; state dead; branches; next 1.1; commitid AqS8BQtK321zjEXt; 1.1 date 2009.05.04.06.18.31; author rse; state Exp; branches; next ; commitid 9khIR3Mf1KnRfwMt; desc @@ 1.2 log @upgrading package: polarssl 0.11.1 -> 0.12.0 @ text @Index: library/net.c --- library/net.c.orig 2009-05-03 18:08:42 +0200 +++ library/net.c 2009-05-04 08:13:14 +0200 @@@@ -55,7 +55,11 @@@@ #include #include #include +#ifdef __FreeBSD__ +#include +#else #include +#endif #endif @ 1.1 log @upgrading package: polarssl 0.10.1 -> 0.11.0 @ text @@