diff options
Diffstat (limited to 'x11-servers/Xfstt/files/patch-libfstt::arch.h')
-rw-r--r-- | x11-servers/Xfstt/files/patch-libfstt::arch.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-servers/Xfstt/files/patch-libfstt::arch.h b/x11-servers/Xfstt/files/patch-libfstt::arch.h new file mode 100644 index 000000000000..4815c3e222a8 --- /dev/null +++ b/x11-servers/Xfstt/files/patch-libfstt::arch.h @@ -0,0 +1,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) |