2012-05-09 07:56:49 -04:00
|
|
|
$OpenBSD: patch-src_ipc_c,v 1.7 2012/05/09 11:56:49 dcoppa Exp $
|
2011-05-05 08:19:36 -04:00
|
|
|
|
2012-05-09 07:56:49 -04:00
|
|
|
Add missing header
|
2011-11-06 15:23:24 -05:00
|
|
|
|
2012-05-09 07:56:49 -04:00
|
|
|
--- src/ipc.c.orig Mon May 7 17:04:44 2012
|
|
|
|
+++ src/ipc.c Mon May 7 17:04:58 2012
|
2011-12-01 11:00:01 -05:00
|
|
|
@@ -9,6 +9,7 @@
|
2011-11-06 15:23:24 -05:00
|
|
|
*/
|
2011-12-01 11:00:01 -05:00
|
|
|
#include "all.h"
|
|
|
|
|
2011-11-06 15:23:24 -05:00
|
|
|
+#include <sys/types.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <sys/un.h>
|
|
|
|
#include <fcntl.h>
|