diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/misc/fnmatch/fnmatch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/fnmatch/fnmatch.c b/libc/misc/fnmatch/fnmatch.c index f1419bfd8..2dafebe18 100644 --- a/libc/misc/fnmatch/fnmatch.c +++ b/libc/misc/fnmatch/fnmatch.c @@ -17,6 +17,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#define strcmp __strcmp + #if HAVE_CONFIG_H # include <config.h> #endif |