diff options
Diffstat (limited to 'databases/flare/files/patch-lib-server.h')
-rw-r--r-- | databases/flare/files/patch-lib-server.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/flare/files/patch-lib-server.h b/databases/flare/files/patch-lib-server.h new file mode 100644 index 000000000000..9a1496dac61d --- /dev/null +++ b/databases/flare/files/patch-lib-server.h @@ -0,0 +1,13 @@ +--- src/lib/server.h.orig 2009-10-09 19:08:47.000000000 +0900 ++++ src/lib/server.h 2010-05-29 10:10:05.713330772 +0900 +@@ -10,9 +10,9 @@ + + #include "config.h" + ++#include <sys/types.h> + #include <netinet/tcp.h> + #include <sys/un.h> +-#include <sys/types.h> + #include <sys/stat.h> + + #ifdef HAVE_EPOLL |