aboutsummaryrefslogtreecommitdiff
path: root/strippath.c
diff options
context:
space:
mode:
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