diff --git a/sc2/src/port.h b/sc2/src/port.h index f0a9ad3da..de88bb862 100644 --- a/sc2/src/port.h +++ b/sc2/src/port.h @@ -11,6 +11,8 @@ #ifndef HAVE_STRICMP # define stricmp strcasecmp +#else +# define strcasecmp stricmp #endif #ifndef HAVE_STRUPR