In usr.sbin/rpc.ypupdated/yp_dbupdate.c, include stdint.h, so intmax_t

is known, otherwise it won't build.

Pointy hat to:	dim
MFC after:	1 week
This commit is contained in:
Dimitry Andric 2011-12-18 00:44:59 +00:00
parent 7027737f5a
commit ae1d153674
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228679

View File

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