diff options
Diffstat (limited to 'emulators/fuse/files/patch-compat.h')
-rw-r--r-- | emulators/fuse/files/patch-compat.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/fuse/files/patch-compat.h b/emulators/fuse/files/patch-compat.h new file mode 100644 index 00000000000..68110410f46 --- /dev/null +++ b/emulators/fuse/files/patch-compat.h @@ -0,0 +1,11 @@ +--- compat.h.orig Sat Sep 13 16:53:04 2003 ++++ compat.h Tue Oct 28 12:48:07 2003 +@@ -45,7 +45,7 @@ + + /* Replacement functions */ + #ifndef HAVE_GETOPT_LONG +-#include "compat/getopt.h" ++#include "getopt.h" + #endif /* #ifndef HAVE_GETOPT_LONG */ + + #ifndef HAVE_MKSTEMP |