pkgsrc/wm/bbkeys/patches/patch-src_Config.cpp
2021-06-10 12:48:49 +00:00

14 lines
293 B
C++

$NetBSD: patch-src_Config.cpp,v 1.1 2021/06/10 12:48:49 nia Exp $
Include strings.h too.
--- src/Config.cpp.orig 2011-11-25 16:58:41.000000000 +0000
+++ src/Config.cpp
@@ -25,6 +25,7 @@
#include "Config.h"
#include <string>
+#include <strings.h>
#include <iostream>
using std::cout;