summaryrefslogtreecommitdiffstats
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-13 03:37:01 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-13 03:37:01 +0000
commit5be3c37f50eac35cad3eadf0d24e7a4ee04c075e (patch)
treebeefce5963570b2c661b573c099db1927dd13f5f /source/include/includes.h
parentb62f008974c96e0302d6c146cf49bc2045bef005 (diff)
downloadsamba-5be3c37f50eac35cad3eadf0d24e7a4ee04c075e.tar.gz
samba-5be3c37f50eac35cad3eadf0d24e7a4ee04c075e.tar.xz
samba-5be3c37f50eac35cad3eadf0d24e7a4ee04c075e.zip
fixes for OSF1 compilation
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 6c7a67afef2..213053b0ec0 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -587,6 +587,7 @@ union semun {
#endif
#if defined (HAVE_NETGROUP) && defined(HAVE_RPCSVC_YPCLNT_H)
+#include "rpcsvc/yp_prot.h"
#include "rpcsvc/ypclnt.h"
#endif