Add missing #include.

Note to myself: don't write patches while watching a movie.
This commit is contained in:
ed 2011-10-16 19:23:43 +00:00
parent 191c732ed6
commit 934a6f8b67

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>