openbsd-ports/x11/i3/patches/patch-src_ipc_c

15 lines
300 B
Plaintext
Raw Normal View History

2012-05-09 07:56:49 -04:00
$OpenBSD: patch-src_ipc_c,v 1.7 2012/05/09 11:56:49 dcoppa Exp $
2012-05-09 07:56:49 -04:00
Add missing header
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-12-01 11:00:01 -05:00
#include "all.h"
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <fcntl.h>