aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2012-12-30 12:40:01 +0000
committerJeremy Henty <onepoint@starurchin.org>2012-12-30 12:40:01 +0000
commit656c9f1c95b6c574390dfb7994d099dba31a5e92 (patch)
treea72236c98a97999660406f3462a0b3a7bb32dfd9 /src
parent8a10ccd1573075cca63bd8ea6a889cdd36dd0ba0 (diff)
uicmd.cc: add "#include <string.h>".
Diffstat (limited to 'src')
-rw-r--r--src/uicmd.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc
index 4677b414..b25b8ae0 100644
--- a/src/uicmd.cc
+++ b/src/uicmd.cc
@@ -12,6 +12,7 @@
// Functions/Methods for commands triggered from the UI
+#include <string.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h> /* for qsort */