pkgsrc-ng/wm/bbkeys09/patches/patch-src_Config.cpp
2016-11-18 22:39:22 +01:00

15 lines
292 B
C++

$NetBSD: patch-src_Config.cpp,v 1.2 2015/11/17 15:59:13 he 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;