aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)