Fixed dirent.h compatibility file; was including fl_scandir.H instead of

filename.H...


git-svn-id: file:///fltk/svn/fltk/trunk@270 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1999-02-09 13:41:11 +00:00
parent fd86dad21e
commit 761a3b3d85

View File

@ -1,5 +1,5 @@
//
// "$Id: dirent.h,v 1.4 1999/01/07 19:17:05 mike Exp $"
// "$Id: dirent.h,v 1.5 1999/02/09 13:41:11 mike Exp $"
//
// Directory header file for the Fast Light Tool Kit (FLTK).
//
@ -24,8 +24,8 @@
//
// this file is for back-compatability only
#include "fl_scandir.H"
#include "filename.H"
//
// End of "$Id: dirent.h,v 1.4 1999/01/07 19:17:05 mike Exp $".
// End of "$Id: dirent.h,v 1.5 1999/02/09 13:41:11 mike Exp $".
//