aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2001-02-24 12:57:21 +0000
committerallen <allen@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2001-02-24 12:57:21 +0000
commit1326739a0e62035cab43c4a844a6d763221acbbb (patch)
tree93a8f2ca7dc9df6d16203053598713de2b1af1f0 /src
parent33c044d74e13ff89da64e278d5f099fc380fe12f (diff)
Fixing warnings
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@38 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
Diffstat (limited to 'src')
-rw-r--r--src/Advertise.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Advertise.c b/src/Advertise.c
index 228f923..2aee8e4 100644
--- a/src/Advertise.c
+++ b/src/Advertise.c
@@ -1,8 +1,13 @@
+#include <stdlib.h>
+
#include "cctk.h"
#include "cctk_FortranString.h"
#include "CactusBase/IOUtil/src/ioutil_AdvertisedFiles.h"
void CCTK_FCALL CCTK_FNAME(Extract_Advertise)
+ (cGH *GH, ONE_FORTSTRING_ARG);
+
+void CCTK_FCALL CCTK_FNAME(Extract_Advertise)
(cGH *GH, ONE_FORTSTRING_ARG)
{
ONE_FORTSTRING_CREATE(file)