aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbCommands.cc')
-rw-r--r--src/FbCommands.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/FbCommands.cc b/src/FbCommands.cc
index 9becb8e..04f266e 100644
--- a/src/FbCommands.cc
+++ b/src/FbCommands.cc
@@ -45,6 +45,11 @@
45#else 45#else
46 #include <stdlib.h> 46 #include <stdlib.h>
47#endif 47#endif
48#ifdef HAVE_CSTRING
49 #include <cstring>
50#else
51 #include <string.h>
52#endif
48 53
49 54
50#ifdef HAVE_CONFIG_H 55#ifdef HAVE_CONFIG_H