diff options
Diffstat (limited to 'strcasestr.c')
-rw-r--r-- | strcasestr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strcasestr.c b/strcasestr.c index 071b7df..7449e64 100644 --- a/strcasestr.c +++ b/strcasestr.c @@ -1,5 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include "libsimple.h" +#include "common.h" #ifndef TEST |