From 45f8fd2e7c78e85fd53f3a760e0fb2c66862d36b Mon Sep 17 00:00:00 2001
From: Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
Date: Fri, 1 Mar 2013 22:50:02 +0100
Subject: [PATCH] add missing includes

---
 src/Baseresource.cxx | 1 +
 src/main.cxx         | 1 +
 src/resource.cxx     | 2 ++
 3 files changed, 4 insertions(+)

diff --git a/src/Baseresource.cxx b/src/Baseresource.cxx
index b02b282..c88d8ea 100644
--- a/src/Baseresource.cxx
+++ b/src/Baseresource.cxx
@@ -22,6 +22,7 @@
 #include <string>
 #include "Baseresource.h"
 #include <stdio.h>
+#include <strings.h>
 #include "Menu.hh"
 
 BaseResource::BaseResource(bt::Application &_app, unsigned int _screen, const std::string &blackbox_rc_filename, const std::string &filename) : 
diff --git a/src/main.cxx b/src/main.cxx
index 0f4f37f..caa2278 100644
--- a/src/main.cxx
+++ b/src/main.cxx
@@ -26,6 +26,7 @@
 #include <stdio.h>
 #include <string>
 #include <iostream>
+#include <string.h>
 
 
 Configuration::Configuration(int iargc, char **iargv)
diff --git a/src/resource.cxx b/src/resource.cxx
index 9604177..f566c3e 100644
--- a/src/resource.cxx
+++ b/src/resource.cxx
@@ -19,6 +19,8 @@
 // (See the included file COPYING / GPL-2.0)
 //
 
+#include <strings.h>
+
 #include "resource.h"
 #include "blackboxstyle.h"
 
-- 
1.8.1.3

