From 53553d47470f4323e1cbc7d3cdf8fee0fd5be4de Mon Sep 17 00:00:00 2001 From: johnvg Date: Tue, 1 Feb 2011 12:28:26 +0000 Subject: move some #includes, because of compile errors on Mac OS X git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1824 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/unix_io.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'backendC') diff --git a/backendC/CleanCompilerSources/unix_io.c b/backendC/CleanCompilerSources/unix_io.c index 6646852..8ca5627 100644 --- a/backendC/CleanCompilerSources/unix_io.c +++ b/backendC/CleanCompilerSources/unix_io.c @@ -217,6 +217,10 @@ static Bool findfilepath (char *fname, FileKind kind, char *mode, char *path) } #endif +#include +#include +#include + File FOpen (char *wname, FileKind kind, char *mode) { char path[MAXPATHLEN]; @@ -373,9 +377,6 @@ void FGetXY (int *x, int *y, File f) ******************************************************************************/ -#include -#include -#include #ifdef HP # include -- cgit v1.2.3