Add missing #include.

Note to myself: don't write patches while watching a movie.
This commit is contained in:
Ed Schouten 2011-10-16 19:23:43 +00:00
parent d2ea3bed52
commit d13b008d74
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226445

View File

@ -62,6 +62,7 @@ __FBSDID("$FreeBSD$");
#include <limits.h>
#include <locale.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>