summaryrefslogtreecommitdiff
path: root/aapl
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2008-11-13 04:29:57 +0000
committerAdrian Thurston <thurston@complang.org>2008-11-13 04:29:57 +0000
commit033085573132f2b64744183316a09d5b75d70a8f (patch)
treecaf5da16f780a080076db1194158109f7002009e /aapl
parent23c9f212b2cee0868905b1b2ea2c8c312a74c964 (diff)
downloadcolm-033085573132f2b64744183316a09d5b75d70a8f.tar.gz
Warning and error fixes for compiling with g++ 4.3.2.
Diffstat (limited to 'aapl')
-rw-r--r--aapl/astring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/aapl/astring.h b/aapl/astring.h
index 251e9139..59343726 100644
--- a/aapl/astring.h
+++ b/aapl/astring.h
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
+#include <string.h>
#include <iostream>
#include <assert.h>