Include stdint.h to make this compile.

Submitted by:	Garance A Drosihn <drosih@rpi.edu>
This commit is contained in:
iedowse 2002-09-05 07:43:34 +00:00
parent 7e92d66637
commit 50afb0aebb

View File

@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>