summaryrefslogtreecommitdiffstats
path: root/src/pedro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pedro')
-rw-r--r--src/pedro/pedroconfig.cpp2
-rw-r--r--src/pedro/pedroxmpp.cpp1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/pedro/pedroconfig.cpp b/src/pedro/pedroconfig.cpp
index fdade21d7..08b9cd17b 100644
--- a/src/pedro/pedroconfig.cpp
+++ b/src/pedro/pedroconfig.cpp
@@ -49,6 +49,8 @@ We are expecting an xml file with this format:
#include "pedrodom.h"
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
namespace Pedro
{
diff --git a/src/pedro/pedroxmpp.cpp b/src/pedro/pedroxmpp.cpp
index 1dc1d7ced..bed99004f 100644
--- a/src/pedro/pedroxmpp.cpp
+++ b/src/pedro/pedroxmpp.cpp
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdarg.h>
+#include <stdlib.h>
#include <sys/stat.h>