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

@ -32,6 +32,8 @@
#include <string.h>
#include <stdio.h>
#include "compat.h"
/*
* Get next token from string *stringp, where tokens are possibly-empty
* strings separated by characters from delim.