Include stdint.h to make this compile.

Submitted by:	Garance A Drosihn <drosih@rpi.edu>
This commit is contained in:
Ian Dowse 2002-09-05 07:43:34 +00:00
parent 1279572a92
commit 56d037c684
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102951

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>