blob: 5b8f3d79fc8f5ff52e57132a4aee9b964633a8df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- libfstt/arch.h.orig 2012-03-02 15:33:23 UTC
+++ libfstt/arch.h
@@ -48,6 +48,7 @@
// architecture specific
+#include <sys/types.h>
#include <netinet/in.h>
// byte swapping (doing it by ntohl/ntohs works only on little endian CPUs)
|