summaryrefslogtreecommitdiff
path: root/src/main/ProcessCommandLine.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-16 01:35:45 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-16 01:35:45 +0000
commit04b7eb447f4cd7d24f67bc853771f11f473cfee7 (patch)
tree1e5575191fd057bf95aa3aa7e55b565b3586cf7f /src/main/ProcessCommandLine.c
parent7329095eb334ff813754b51cae125df3eab97279 (diff)
Various things to reduce the number of compile time warnings.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1956 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ProcessCommandLine.c')
-rw-r--r--src/main/ProcessCommandLine.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/ProcessCommandLine.c b/src/main/ProcessCommandLine.c
index 61e22863..a4fa9929 100644
--- a/src/main/ProcessCommandLine.c
+++ b/src/main/ProcessCommandLine.c
@@ -9,9 +9,11 @@
@@*/
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "cctk_Flesh.h"
#include "cctk_GNU.h"
+#include "cctk_Misc.h"
#include "CommandLine.h"