openbsd-ports/x11/blackbox/patches/patch-src_Screen_cc
2018-12-01 22:41:39 +00:00

14 lines
265 B
Plaintext

$OpenBSD: patch-src_Screen_cc,v 1.1 2018/12/01 22:41:39 naddy Exp $
Index: src/Screen.cc
--- src/Screen.cc.orig
+++ src/Screen.cc
@@ -47,6 +47,7 @@
#include <assert.h>
#include <ctype.h>
#include <dirent.h>
+#include <string.h>
static bool running = true;