xdr_private.h needs sys/types.h for u_char

u_char is defined in sys/types.h, which doesn't appear to get
included, at least in my environments.

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2018-09-05 21:21:16 -07:00 committed by Corinna Vinschen
parent f92a4c5d2d
commit 81e0841dbc
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <stdarg.h>
#include <stdint.h>
#include <sys/param.h>
#include <sys/types.h>
/* avoid including stdio header here */
#ifndef __VALIST