1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Fix r228719; when you use intmax_t, you need stdint.h.

Pointy hat to:	dim
MFC after:	1 week
This commit is contained in:
Dimitry Andric 2011-12-19 20:33:53 +00:00
parent 655353a78c
commit 5c67a2799c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228720

View File

@ -41,6 +41,7 @@
#include <errno.h>
#include <limits.h>
#include <netdb.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>