aboutsummaryrefslogtreecommitdiff
path: root/src/Expression.c
diff options
context:
space:
mode:
authorswhite <swhite@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-06-01 11:39:59 +0000
committerswhite <swhite@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-06-01 11:39:59 +0000
commitef8c0f40a254dfd7f8f90a0987cf216cdc4a5abb (patch)
treeb3b080d79ecbf0cc5bf6f12793c5a43725530483 /src/Expression.c
parent2d5a751508e185bfa7083c78fc38b6fc25e9ab54 (diff)
Pursuant to bug 1715
Made to compile more cleanly with Intel 7 git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@208 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/Expression.c')
-rw-r--r--src/Expression.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Expression.c b/src/Expression.c
index 82b2e30..dd84a5f 100644
--- a/src/Expression.c
+++ b/src/Expression.c
@@ -13,6 +13,7 @@
#endif
#include <string.h>
+#include <stdlib.h>
#include "Expression.h"