mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Include stdint.h to make this compile.
Submitted by: Garance A Drosihn <drosih@rpi.edu>
This commit is contained in:
parent
1279572a92
commit
56d037c684
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102951
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user