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 8266bce..b6d8ebc 100644
--- a/src/FbCommands.cc
+++ b/src/FbCommands.cc
@@ -46,6 +46,11 @@
46#else 46#else
47 #include <stdlib.h> 47 #include <stdlib.h>
48#endif 48#endif
49#ifdef HAVE_CSTRING
50 #include <cstring>
51#else
52 #include <string.h>
53#endif
49 54
50 55
51#ifdef HAVE_CONFIG_H 56#ifdef HAVE_CONFIG_H