$OpenBSD: patch-src_ipc_c,v 1.16 2016/03/09 09:25:51 dcoppa Exp $

Add missing header

--- src/ipc.c.orig	Sun Jun 15 19:12:43 2014
+++ src/ipc.c	Fri Jul 11 16:39:36 2014
@@ -12,6 +12,7 @@
 #include "all.h"
 #include "yajl_utils.h"
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <fcntl.h>
