diff options
author | Quentin Stievenart <quentin.stievenart@gmail.com> | 2010-08-14 15:52:25 +0800 |
---|---|---|
committer | Grzegorz Nosek <grzegorz.nosek@gmail.com> | 2010-08-16 17:20:44 +0800 |
commit | 86b7ae9495419b3b63480d03b9fb8e00b2b172ac (patch) | |
tree | 5105f5e5b4dcf4db00f40ac04152973997619f7d | |
parent | 2e301c8fcf2f4d93099eb7f2687e3cb0864841f5 (diff) | |
download | fcgiwrap-86b7ae9495419b3b63480d03b9fb8e00b2b172ac.tar.xz fcgiwrap-86b7ae9495419b3b63480d03b9fb8e00b2b172ac.zip |
fixing compilation under FreeBSD
-rw-r--r-- | fcgiwrap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ #include <arpa/inet.h> #include <sys/socket.h> #include <sys/un.h> +#include <netinet/in.h> /* glibc doesn't seem to export it */ #ifndef UNIX_PATH_MAX |