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
This commit is contained in:
parent
00272583b6
commit
485bca3db9
@ -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__ */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user