summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-12-24 04:49:55 -0600
committerepoch <epoch@hacking.allowed.org>2017-12-24 04:49:55 -0600
commit48945bb95ba709d27d85b94b29ef4f1a47480c86 (patch)
tree1c04c117f8f764dc72c576a6e56642900a41dbe9 /src
parentb3cc9c8286aa30aadfd3c0d5dca936a4ab950003 (diff)
downloadhackvr-48945bb95ba709d27d85b94b29ef4f1a47480c86.tar.gz
hackvr-48945bb95ba709d27d85b94b29ef4f1a47480c86.zip
needed string.h
Diffstat (limited to 'src')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index dd3780a..458f73f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,3 +1,4 @@
+#include <string.h>
#include "config.h"
#include "math.h"