summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libpbl/pbl.h.p
blob: f1dbf1f65c18376349eb2c09c0a4ed46cc0a4bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/pbl.h.orig	2012-08-04 20:24:02.000000000 +0100
+++ src/pbl.h	2012-08-04 20:24:50.000000000 +0100
@@ -79,7 +79,7 @@
     #include <io.h>
 	#include <string.h>
 #else
-#ifndef __CYGWIN__
+#if !defined(__CYGWIN__) && !defined(__AMIGA__)
     #include <sys/dir.h>
 #endif
 #endif