diff options
Diffstat (limited to 'misc/xpns/files/patch-setpath.c')
-rw-r--r-- | misc/xpns/files/patch-setpath.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/xpns/files/patch-setpath.c b/misc/xpns/files/patch-setpath.c new file mode 100644 index 000000000000..49a1ffc97afa --- /dev/null +++ b/misc/xpns/files/patch-setpath.c @@ -0,0 +1,11 @@ +--- setpath.c.orig ++++ setpath.c +@@ -15,6 +15,8 @@ + #include "dir.H" + #include "misc.h" + ++#include <string.h> ++ + + BOOLEAN SetPath( DirInh, Pfad) + DIRECTORY *DirInh; |