summaryrefslogtreecommitdiff
path: root/src/main/rfrInterface.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-01 15:13:58 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-01 15:13:58 +0000
commit4a2f8a2b44f74e5108818d70f071b6341b8dea62 (patch)
treec3e6c384e7c3f24ef2913400919d8535af604d03 /src/main/rfrInterface.c
parent44484a6f3f722cca2883b9285568ad0e5b894867 (diff)
Mainly changes to include missing header files so that there are less
warnings when all warnings switched on (also better style 8-). Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@542 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/rfrInterface.c')
-rw-r--r--src/main/rfrInterface.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/rfrInterface.c b/src/main/rfrInterface.c
index e45df32d..64d90512 100644
--- a/src/main/rfrInterface.c
+++ b/src/main/rfrInterface.c
@@ -9,6 +9,9 @@
/*#define RFRDEBUG*/
+#include <stdio.h>
+#include <stdlib.h>
+
#include "flesh.h"
#include "GHExtensions.h"
#include "Groups.h"
@@ -17,6 +20,7 @@
#include "CactusCommFunctions.h"
#include "IOMethods.h"
#include "declare_parameters.h"
+#include "rfrInterface.h"
static char *rcsid = "$Header$";