openbsd-ports/x11/i3/patches/patch-src_ipc_c
dcoppa 6b4c61c671 Update to i3-4.2
OK jasper@
2012-05-09 11:56:49 +00:00

15 lines
300 B
Plaintext

$OpenBSD: patch-src_ipc_c,v 1.7 2012/05/09 11:56:49 dcoppa Exp $
Add missing header
--- src/ipc.c.orig Mon May 7 17:04:44 2012
+++ src/ipc.c Mon May 7 17:04:58 2012
@@ -9,6 +9,7 @@
*/
#include "all.h"
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <fcntl.h>