]> git.stg.codes - stg.git/commitdiff
Виправлено помилку компыляцыъ для FreeBSD6
authorMaxim Mamontov <faust@gts.dp.ua>
Tue, 4 Jan 2011 15:24:11 +0000 (17:24 +0200)
committerMaxim Mamontov <faust@gts.dp.ua>
Tue, 4 Jan 2011 15:24:11 +0000 (17:24 +0200)
include/raw_ip_packet.h

index bca44b3d64fd79d9b925997f9cc922b1be04843f..cd89126630ecbeab42f3077cd0adbada1d1f1ade 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef RAW_IP_PACKET_H
 #define RAW_IP_PACKET_H
 
-#ifdef FREE_BSD
+#if defined(FREE_BSD) || defined(FREE_BSD5)
 #include <netinet/in_systm.h> // n_long in netinet/ip.h
 #endif