summaryrefslogtreecommitdiff
path: root/fcgiwrap.c
diff options
context:
space:
mode:
authorQuentin Stievenart <quentin.stievenart@gmail.com>2010-08-14 15:52:25 +0800
committerGrzegorz Nosek <grzegorz.nosek@gmail.com>2010-08-16 17:20:44 +0800
commit86b7ae9495419b3b63480d03b9fb8e00b2b172ac (patch)
tree5105f5e5b4dcf4db00f40ac04152973997619f7d /fcgiwrap.c
parent2e301c8fcf2f4d93099eb7f2687e3cb0864841f5 (diff)
downloadfcgiwrap-86b7ae9495419b3b63480d03b9fb8e00b2b172ac.tar.xz
fcgiwrap-86b7ae9495419b3b63480d03b9fb8e00b2b172ac.zip
fixing compilation under FreeBSD
Diffstat (limited to 'fcgiwrap.c')
-rw-r--r--fcgiwrap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fcgiwrap.c b/fcgiwrap.c
index 416f609..3e44a50 100644
--- a/fcgiwrap.c
+++ b/fcgiwrap.c
@@ -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