From 8a18013f69710648f701dc6a54307c8bb2ce0f5a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 26 Nov 2001 19:41:57 +0000 Subject: Need to include ... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1733 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/filename_absolute.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/filename_absolute.cxx b/src/filename_absolute.cxx index 6967f5fb7..8e316294e 100644 --- a/src/filename_absolute.cxx +++ b/src/filename_absolute.cxx @@ -1,5 +1,5 @@ // -// "$Id: filename_absolute.cxx,v 1.5.2.4.2.1 2001/11/26 00:15:06 easysw Exp $" +// "$Id: filename_absolute.cxx,v 1.5.2.4.2.2 2001/11/26 19:41:57 easysw Exp $" // // Filename expansion routines for the Fast Light Tool Kit (FLTK). // @@ -32,6 +32,7 @@ #include #include #include "flstring.h" +#include #if defined(WIN32) && !defined(__CYGWIN__) # include //# define getcwd(a,b) _getdcwd(0,a,b) @@ -172,5 +173,5 @@ filename_relative(char *to, // O - Relative filename // -// End of "$Id: filename_absolute.cxx,v 1.5.2.4.2.1 2001/11/26 00:15:06 easysw Exp $". +// End of "$Id: filename_absolute.cxx,v 1.5.2.4.2.2 2001/11/26 19:41:57 easysw Exp $". // -- cgit v1.2.3