1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

#include <stdlib.h> for free()'s prototype.

This commit is contained in:
Tim J. Robbins 2003-01-07 06:17:13 +00:00
parent 2005f192e5
commit 0b4b7b65ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108866

View File

@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "un-namespace.h"
#include "local.h"