diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2015-02-05 12:56:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2015-02-05 12:56:51 +0000 |
commit | 137bf848182f7b8b042c2e2214a4d3c98ffb1189 (patch) | |
tree | cfdc67bf3ca6b3556a2a8026aac3397e102900ec /sys/lib/libsa | |
parent | cef7c30e387bc3021a485b9f98027ddf05354f9a (diff) |
Include sys/stdint.h for SIZE_MAX. OK deraadt@ miod@
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r-- | sys/lib/libsa/stand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h index d1e34b1b843..08a84badb0e 100644 --- a/sys/lib/libsa/stand.h +++ b/sys/lib/libsa/stand.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stand.h,v 1.59 2014/11/19 20:28:56 miod Exp $ */ +/* $OpenBSD: stand.h,v 1.60 2015/02/05 12:56:50 millert Exp $ */ /* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */ /*- @@ -35,6 +35,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <sys/stdarg.h> +#include <sys/stdint.h> #include "saerrno.h" #ifndef NULL |