diff options
Diffstat (limited to 'nis/nis_xdr.c')
-rw-r--r-- | nis/nis_xdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nis/nis_xdr.c b/nis/nis_xdr.c index efebef36fd..10c913c5cc 100644 --- a/nis/nis_xdr.c +++ b/nis/nis_xdr.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> #include <rpcsvc/nis.h> #include <rpcsvc/nis_callback.h> /* for "official" Solaris xdr functions */ |