diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-07-29 15:21:39 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-07-29 15:21:39 +0000 |
| commit | bad9a71e77863322abb67ec750139e2eba98bbde (patch) | |
| tree | 5d82092c20e78934779b5255734a50868130e452 | |
| parent | a74a41b93212da050562ce7590239c6a6752b2e9 (diff) | |
[1.5] Import portion of patch from Alex Zimnitsky to fix compilation on FreeBSD
| -rw-r--r-- | applications/jpip/libopenjpip/sock_manager.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/jpip/libopenjpip/sock_manager.c b/applications/jpip/libopenjpip/sock_manager.c index e6403f56..b3e7b625 100644 --- a/applications/jpip/libopenjpip/sock_manager.c +++ b/applications/jpip/libopenjpip/sock_manager.c @@ -34,6 +34,9 @@ #include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> +#ifdef __FreeBSD__ +#include <netinet/in.h> +#endif #include <unistd.h> #endif |
