no fnmatch.h

This commit is contained in:
Chris Young 2012-06-07 20:40:34 +01:00
parent fb0b1523c4
commit 2774ccb851

View File

@ -7,7 +7,7 @@
#ifndef INCLUDE_posix__w32_h__
#define INCLUDE_posix__w32_h__
#ifndef __sun
#if !defined(__sun) && !defined(__amigaos4__)
# include <fnmatch.h>
# define p_fnmatch(p, s, f) fnmatch(p, s, f)
#else