From 5b93a61d5716926435387b7a999164145a717daf Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 26 Oct 2002 01:24:26 +0000 Subject: Add #includes needed to unbreak build on -current Submitted by: mike --- lang/gnustep-base/files/patch-NSFileManager.m | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lang/gnustep-base/files/patch-NSFileManager.m diff --git a/lang/gnustep-base/files/patch-NSFileManager.m b/lang/gnustep-base/files/patch-NSFileManager.m new file mode 100644 index 000000000000..aabedaad0db4 --- /dev/null +++ b/lang/gnustep-base/files/patch-NSFileManager.m @@ -0,0 +1,16 @@ +--- Source/NSFileManager.m.orig Fri Oct 25 11:32:59 2002 ++++ Source/NSFileManager.m Fri Oct 25 11:33:26 2002 +@@ -100,9 +100,10 @@ + + #ifdef HAVE_SYS_VFS_H + # include +-# ifdef HAVE_SYS_STATVFS_H +-# include +-# endif ++#endif ++ ++#ifdef HAVE_SYS_STATVFS_H ++# include + #endif + + #ifdef HAVE_SYS_STATFS_H -- cgit v1.2.3