blob: 17b30869f0afbeb7f64efc31eb82410e5f161b96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-src_FbDesk.cc,v 1.1 2011/11/25 22:25:31 joerg Exp $
--- src/FbDesk.cc.orig 2011-11-25 17:43:42.000000000 +0000
+++ src/FbDesk.cc
@@ -39,6 +39,7 @@
#include <algorithm>
#include <unistd.h>
#include <cstdio>
+#include <cstring>
using namespace std;
using namespace FbTk;
|