From b4db5ea75844aa61c0e8cb81caa76e05c1a04395 Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 18 Dec 2011 00:44:59 +0000 Subject: 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 --- usr.sbin/rpc.ypupdated/yp_dbupdate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin') diff --git a/usr.sbin/rpc.ypupdated/yp_dbupdate.c b/usr.sbin/rpc.ypupdated/yp_dbupdate.c index 6fa0b129..2d0111d 100644 --- a/usr.sbin/rpc.ypupdated/yp_dbupdate.c +++ b/usr.sbin/rpc.ypupdated/yp_dbupdate.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include #include -- cgit v1.1