Include <string.h>.

strchr() is declared in <string.h>, and we now use strchr(), so we must
include <string.h>.

Change-Id: Ie80763c10c4ad1ef85d4a83d8eacc3ea236bea56
Reviewed-on: https://code.wireshark.org/review/35052
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2019-11-11 12:21:06 -08:00
parent 5d18c9b4df
commit 7cbe0b2e15
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <glib.h>