aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-11-11 17:52:25 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-11-11 17:52:25 +0000
commitdf51aeb6104319a24fea096dd26bb4c914815829 (patch)
tree4b387397750d55299445a521b9bbb849ca1a3659
parent03249fba688ef81db9cd3a4050aa0951c8cd1977 (diff)
Adding missing header file.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@365 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--src/PughUtils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PughUtils.c b/src/PughUtils.c
index cce2afe..d865f5a 100644
--- a/src/PughUtils.c
+++ b/src/PughUtils.c
@@ -8,6 +8,7 @@
@@*/
#include <stdlib.h>
+#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"