summaryrefslogtreecommitdiff
path: root/src/main/ProcessCommandLine.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-15 16:20:55 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-15 16:20:55 +0000
commit61cfdaf85ad0237ecd7375639f8b1e80d7bcfd14 (patch)
tree2d871176f461219fd6030c7ab622c5d1887beca1 /src/main/ProcessCommandLine.c
parentdc1c98fefa3289cb04ae17a42a2e122c9580b21e (diff)
Updating GNU files to glibc 2.1.2.
Tidying up how they are included - now people should include cctk_GNU.h. This will allow us later to check what functions are available and maybe not compile the GNU stuff. NOTE: If you edit the GNU stuff please put a wapping great comment /* CCTK: Changed by <> on <> */ by the change and a note in the README. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1380 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ProcessCommandLine.c')
-rw-r--r--src/main/ProcessCommandLine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/ProcessCommandLine.c b/src/main/ProcessCommandLine.c
index 62fd8c23..6da26f87 100644
--- a/src/main/ProcessCommandLine.c
+++ b/src/main/ProcessCommandLine.c
@@ -11,7 +11,7 @@
#include "CommandLine.h"
#include "cctk_Flesh.h"
-#include "getopt.h"
+#include "cctk_GNU.h"
static char *rcsid = "$Header$";