aboutsummaryrefslogtreecommitdiff
path: root/src/PostSendGA.c
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-06-18 14:38:57 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-06-18 14:38:57 +0000
commit86dea34556081401f4cb740c7f2c04d7fd7a8868 (patch)
treec5e5ecb25c1407706c18784052a6a4e1b42d7ae1 /src/PostSendGA.c
parent90d914b715c5e5c84a94cfb6e9722597fba062fd (diff)
Included <string.h>.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@337 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/PostSendGA.c')
-rw-r--r--src/PostSendGA.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PostSendGA.c b/src/PostSendGA.c
index 7dfc665..59a943b 100644
--- a/src/PostSendGA.c
+++ b/src/PostSendGA.c
@@ -11,7 +11,7 @@
@version $Header$
@@*/
-#include <stdio.h>
+#include <string.h>
#include "cctk.h"
#include "pugh.h"