Fix some warnings.

This commit is contained in:
Nicholas Marriott
2017-03-17 14:55:33 +00:00
parent 1ea19245b3
commit 640666fb36
5 changed files with 13 additions and 0 deletions

View File

@ -36,6 +36,8 @@
#include <ctype.h>
#include <string.h>
#include "compat.h"
/*
* Find the first occurrence of find in s, ignore case.
*/