1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

#include <string.h> for strcmp()'s prototype.

This commit is contained in:
Tim J. Robbins 2003-01-04 00:18:50 +00:00
parent a97ab40a26
commit 81b3ad59c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108631

View File

@ -46,6 +46,7 @@ __FBSDID("$FreeBSD$");
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "un-namespace.h"