summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2011-04-18 11:39:52 +0100
committerDavid Wragg <david@rabbitmq.com>2011-04-18 11:39:52 +0100
commita8e182de64acafd27fd870692ff6cd6678726ead (patch)
tree1b66bc4f1d9e7377fe2dd56bdae8bb57a273eaea
parent619c2fb437e190b9db630af597a187b14fa6595e (diff)
parentec4ca387d0b29ea7a4d7f56c321006e6f5ba080d (diff)
downloadrabbitmq-c-github-ask-a8e182de64acafd27fd870692ff6cd6678726ead.tar.gz
Merge bug24048 into default
Add missing header to fix build on OpenBSD
-rw-r--r--librabbitmq/unix/socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/librabbitmq/unix/socket.c b/librabbitmq/unix/socket.c
index 2e60ad1..54df106 100644
--- a/librabbitmq/unix/socket.c
+++ b/librabbitmq/unix/socket.c
@@ -38,6 +38,7 @@
#include "config.h"
+#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <fcntl.h>