aboutsummaryrefslogtreecommitdiff
path: root/openpatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'openpatch.c')
-rw-r--r--openpatch.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/openpatch.c b/openpatch.c
index a9a6ddb..3828f71 100644
--- a/openpatch.c
+++ b/openpatch.c
@@ -1,8 +1,11 @@
#include "ext13.h"
-#include "m_pd.h"
+//#include "m_pd.h"
+#include "m_imp.h"
#include <sys/stat.h>
-#include <stdio.h>
+#include <stdio.h>
+#ifndef NT
#include <unistd.h>
+#endif
#include <string.h>
#ifdef NT