aboutsummaryrefslogtreecommitdiff
path: root/ftos.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftos.c')
-rw-r--r--ftos.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ftos.c b/ftos.c
index db64e38..bad8389 100644
--- a/ftos.c
+++ b/ftos.c
@@ -1,8 +1,10 @@
#include "ext13.h"
#include "m_pd.h"
#include <sys/stat.h>
-#include <stdio.h>
+#include <stdio.h>
+#ifndef NT
#include <unistd.h>
+#endif
#include <string.h>
#ifdef NT