summaryrefslogtreecommitdiff
path: root/www/dansguardian/patches/patch-FatController.cpp
blob: e8c8505824bba3438adb196f03942a84de5aa96c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-FatController.cpp,v 1.1 2011/11/25 22:24:39 joerg Exp $

--- FatController.cpp.orig	2011-11-25 17:13:02.000000000 +0000
+++ FatController.cpp
@@ -44,6 +44,8 @@
 #include <fstream>
 #include <sys/time.h>
 #include <sys/poll.h>
+#include <cstdlib>
+#include <cstring>
 
 #ifdef __GCCVER3
     #include <istream>