git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39cb1ca
)
Виправлено помилку компыляцыъ для FreeBSD6
author
Maxim Mamontov
<faust@gts.dp.ua>
Tue, 4 Jan 2011 15:24:11 +0000
(17:24 +0200)
committer
Maxim Mamontov
<faust@gts.dp.ua>
Tue, 4 Jan 2011 15:24:11 +0000
(17:24 +0200)
include/raw_ip_packet.h
patch
|
blob
|
history
diff --git
a/include/raw_ip_packet.h
b/include/raw_ip_packet.h
index bca44b3d64fd79d9b925997f9cc922b1be04843f..cd89126630ecbeab42f3077cd0adbada1d1f1ade 100644
(file)
--- a/
include/raw_ip_packet.h
+++ b/
include/raw_ip_packet.h
@@
-1,7
+1,7
@@
#ifndef RAW_IP_PACKET_H
#define RAW_IP_PACKET_H
-#if
def FREE_BSD
+#if
defined(FREE_BSD) || defined(FREE_BSD5)
#include <netinet/in_systm.h> // n_long in netinet/ip.h
#endif