From 2774ccb8515354c2c6b9e9e4da09115ca44ecbd5 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 7 Jun 2012 20:40:34 +0100 Subject: [PATCH] no fnmatch.h --- src/unix/posix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/posix.h b/src/unix/posix.h index 48b492941..83fd8a189 100644 --- a/src/unix/posix.h +++ b/src/unix/posix.h @@ -7,7 +7,7 @@ #ifndef INCLUDE_posix__w32_h__ #define INCLUDE_posix__w32_h__ -#ifndef __sun +#if !defined(__sun) && !defined(__amigaos4__) # include # define p_fnmatch(p, s, f) fnmatch(p, s, f) #else