Add #include <string.h> to mute warning from clang/gcc about implicitly

declaring strcmp(3)

MFC after: 1 month
Reported by: Jenkins
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
ngie 2016-02-01 07:09:08 +00:00
parent 6bfd443027
commit d6e7c68d6a

View File

@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$");
#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include <sysexits.h>