summaryrefslogtreecommitdiff
path: root/wm/bbkeys09/patches/patch-src_Config.cpp
blob: ffaf2196fda9bf93b62925c31fc167163f164b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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;