summaryrefslogtreecommitdiff
blob: 95bf7ba6eddb616f682f21513049e5807a758006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -27,8 +27,9 @@
 
 *************************************************************************/
 
-#include <stdio.h>
-#include <stdlib.h>
+#include <cstring>
+#include <cstdio>
+#include <cstdlib>
 #include "config.h"
 #include "init.h"