diff options
Diffstat (limited to 'server/src/macrotool.cc')
-rw-r--r-- | server/src/macrotool.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/macrotool.cc b/server/src/macrotool.cc index 11c634e..bb8c8fc 100644 --- a/server/src/macrotool.cc +++ b/server/src/macrotool.cc @@ -28,6 +28,9 @@ // For ETC #include <config.h> +#include <stdlib.h> +#include <string.h> + // For getopt_long and friends #include <getopt.h> |