summaryrefslogtreecommitdiff
path: root/src/IO
diff options
context:
space:
mode:
authorjmasso <jmasso@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-03 09:00:12 +0000
committerjmasso <jmasso@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-03 09:00:12 +0000
commitaa389873c96c22f911ef6de3116e95e38b7b42c6 (patch)
treef8140a0b20dc53b6f600e04f4f01f39a3a0d58da /src/IO
parent4a2f8a2b44f74e5108818d70f071b6341b8dea62 (diff)
More changes from Joan and his NT nightmares.
Please try this on a reasonable OS. git-svn-id: http://svn.cactuscode.org/flesh/trunk@543 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/IO')
-rw-r--r--src/IO/IOMethods.c1
-rw-r--r--src/IO/make.code.defn2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c
index 34958a05..066a68f6 100644
--- a/src/IO/IOMethods.c
+++ b/src/IO/IOMethods.c
@@ -14,6 +14,7 @@
#include "IOMethods.h"
#include "Groups.h"
#include "StoreHandledData.h"
+#include "IO.h"
static char *rcsid = "$Header$";
diff --git a/src/IO/make.code.defn b/src/IO/make.code.defn
index 440e1e37..ffd2e938 100644
--- a/src/IO/make.code.defn
+++ b/src/IO/make.code.defn
@@ -1,4 +1,4 @@
SRCS=\
IOMethods.c\
-Overload.c
+OverloadIO.c