1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net/tcpxtract/files/extra-patch-sessionlist.c
MANTANI Nobutaka bbca3395da Fix build error on 4-stable.
Reported by:	pointyhat via kris
2006-02-04 16:42:14 +00:00

18 lines
403 B
C

--- sessionlist.c.orig Sun Feb 5 00:00:42 2006
+++ sessionlist.c Sun Feb 5 00:01:48 2006
@@ -21,13 +21,13 @@
*/
#include <inttypes.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <net/if.h>
#include <netinet/if_ether.h>
#include <netinet/tcp.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#include <string.h>