summaryrefslogtreecommitdiff
path: root/x11-servers/Xfstt/files/patch-libfstt::arch.h
blob: 4815c3e222a8ef7c488a664692804a5c3e76f7ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- libfstt/arch.h.orig	Thu Nov 14 21:08:10 2002
+++ libfstt/arch.h	Wed Nov 20 22:44:27 2002
@@ -49,6 +49,7 @@
 typedef signed short	S16;
 typedef signed int	S32;
 
+#include <sys/types.h>
 #include <netinet/in.h>
 
 // byte swapping (doing it by ntohl/ntohs works only on little endian CPUs)