From 485bca3db9299d7e44f44a1ea49b5a73b9366c3d Mon Sep 17 00:00:00 2001 From: Ian MacArthur Date: Mon, 20 Dec 2010 13:45:26 +0000 Subject: Recent changes to the include files meant that numericsort would no longer compile on WIN32 (at least under MSYS/mingw.) This change reintroduces the ref to filename.H, but ONLY for WIN32 compiles. This seems to allow numericsort to build once again, though I am unsure that this is the correct fix! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8074 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/numericsort.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/numericsort.c b/src/numericsort.c index be1b518ff..9aff407aa 100644 --- a/src/numericsort.c +++ b/src/numericsort.c @@ -48,6 +48,8 @@ # include # endif /* HAVE_NDIR_H */ # endif /* HAVE_DIRENT_H */ +#else /* For WIN32 variants */ +# include #endif /* !WIN32 || __CYGWIN__ */ /* -- cgit v1.2.3