15 lines
322 B
Plaintext
Raw Normal View History

2012-12-13 12:10:13 +00:00
$OpenBSD: patch-src_ipc_c,v 1.9 2012/12/13 12:10:14 dcoppa Exp $
2012-05-09 11:56:49 +00:00
Add missing header
2012-12-13 12:10:13 +00:00
--- src/ipc.c.orig Wed Dec 12 00:08:17 2012
+++ src/ipc.c Thu Dec 13 09:45:54 2012
@@ -12,6 +12,7 @@
2011-12-01 16:00:01 +00:00
#include "all.h"
2012-12-13 12:10:13 +00:00
#include "yajl_utils.h"
2011-12-01 16:00:01 +00:00
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <fcntl.h>