pike.git/
src/
modules/
Yp/
yp.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-03-03
1997-03-03 21:10:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
497b2a0042ac7f2d7edd76e1bfcc7bfe692a9ad9 (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Now includes sys/types.h -- seems to be needed on some OS's.
Rev: src/modules/Yp/yp.c:1.2
1:
#include "config.h" #if defined(HAVE_RPCSVC_YPCLNT_H) && defined(HAVE_RPCSVC_YP_PROT_H)
+
#ifdef HAVE_SYS_TYPES_H
+
#include <sys/types.h>
+
#endif /* HAVE_SYS_TYPES_H */
#include <rpcsvc/ypclnt.h> #include <rpcsvc/yp_prot.h>