summaryrefslogtreecommitdiff
path: root/src/numericsort.c
diff options
context:
space:
mode:
authorIan MacArthur <imacarthur@gmail.com>2010-12-20 13:45:26 +0000
committerIan MacArthur <imacarthur@gmail.com>2010-12-20 13:45:26 +0000
commit485bca3db9299d7e44f44a1ea49b5a73b9366c3d (patch)
tree4b684458f2fd4434228fea9b9ff490973a496dfc /src/numericsort.c
parent00272583b6091341a64d46a6eb8cbeae185a201d (diff)
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
Diffstat (limited to 'src/numericsort.c')
-rw-r--r--src/numericsort.c2
1 files changed, 2 insertions, 0 deletions
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 <ndir.h>
# endif /* HAVE_NDIR_H */
# endif /* HAVE_DIRENT_H */
+#else /* For WIN32 variants */
+# include <FL/filename.H>
#endif /* !WIN32 || __CYGWIN__ */
/*