branch Attitude Adjustment packages
[12.09/packages.git] / net / iptraf / patches / 004-includes_fix.patch
1 --- a/src/othptab.c
2 +++ b/src/othptab.c
3 @@ -18,6 +18,7 @@ details.
4  
5  #include <stdlib.h>
6  #include <asm/types.h>
7 +#include <sys/types.h>
8  #include <sys/socket.h>
9  #include <linux/if_ether.h>
10  #include <linux/if_tr.h>
11 --- a/src/tr.c
12 +++ b/src/tr.c
13 @@ -7,6 +7,7 @@
14   */
15  
16  #include <asm/types.h>
17 +#include <sys/types.h>
18  #include <linux/if_tr.h>
19  #include <netinet/in.h>
20