diff options
Diffstat (limited to 'nis/nis_file.c')
-rw-r--r-- | nis/nis_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nis/nis_file.c b/nis/nis_file.c index c3c6c57f22..d6c1d14aae 100644 --- a/nis/nis_file.c +++ b/nis/nis_file.c @@ -20,6 +20,7 @@ #include <stdlib.h> #include <string.h> #include <rpcsvc/nis.h> +#include <shlib-compat.h> #include "nis_xdr.h" typedef bool_t (*iofct_t) (XDR *, void *); |