Fix the stupid strcasestr thing

This commit is contained in:
Ron Pedde 2004-03-11 06:05:40 +00:00
parent 69815a0d8f
commit c846b649d4

View File

@ -48,7 +48,7 @@
#include "mp3-scanner.h" #include "mp3-scanner.h"
#include "playlist.h" #include "playlist.h"
#ifdef NEED_STRCASESTR #ifndef HAVE_STRCASESTR
# include "strcasestr.h" # include "strcasestr.h"
#endif #endif