aboutsummaryrefslogtreecommitdiff
path: root/strippath.c
diff options
context:
space:
mode:
authorDaniel Heckenberg <dheck@users.sourceforge.net>2003-03-09 11:10:53 +0000
committerDaniel Heckenberg <dheck@users.sourceforge.net>2003-03-09 11:10:53 +0000
commita2d37998c5ea1c5712cb15d9d9ad885371ee4b5d (patch)
tree989e6f7306ad5beaf44756c0c45cbade9957805d /strippath.c
parent23da6252985418ada3083303f3847817a23044fb (diff)
Minor changes for compilation using Visual C++ 6.0 (SP3) under Windows
ncluding: - no array declaration with variable size - fixed signed/unsigned comparison warnings svn path=/trunk/externals/ext13/; revision=460
Diffstat (limited to 'strippath.c')
-rw-r--r--strippath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/strippath.c b/strippath.c
index f24be9e..f5bb1a6 100644
--- a/strippath.c
+++ b/strippath.c
@@ -2,7 +2,9 @@
#include "m_pd.h"
#include <sys/stat.h>
#include <stdio.h>
+#ifndef NT
#include <unistd.h>
+#endif
#include <string.h>
#ifdef NT