diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2015-03-14 23:02:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2015-03-14 23:02:22 +0000 |
commit | e959f7c7fd92dc0ae58458205238a56c2e8a0ce9 (patch) | |
tree | 6ded3645c29a1e4a2838ec25f29f40efaeaf2357 /usr.sbin/amd | |
parent | 0497b3ae0e6a20d1c5ae5f84a72a91a1ee3b625d (diff) |
Add missing #include <stdint.h> for SIZE_MAX.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/include/am.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/amd/include/am.h b/usr.sbin/amd/include/am.h index 1dca9b0056c..da0aaa5df3a 100644 --- a/usr.sbin/amd/include/am.h +++ b/usr.sbin/amd/include/am.h @@ -1,4 +1,4 @@ -/* $OpenBSD: am.h,v 1.17 2015/01/21 09:51:23 guenther Exp $ */ +/* $OpenBSD: am.h,v 1.18 2015/03/14 23:02:21 millert Exp $ */ /* * Copyright (c) 1990 Jan-Simon Pendry @@ -46,6 +46,7 @@ #include <rpc/rpc.h> #include <sys/mount.h> #include <string.h> +#include <stdint.h> #include <stdlib.h> #include "nfs_prot.h" #include <assert.h> |