summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-13 15:58:06 +0200
committerMichael Adam <obnox@samba.org>2008-08-14 11:22:48 +0200
commit34294b31aab2d61fde086f167758499187d15e2a (patch)
tree07144b05c182b6af702a3a898b44fe61c8b15905 /source3/include/includes.h
parent1c72d476ec43f7213447eb44d8334d49e092774e (diff)
downloadsamba-34294b31aab2d61fde086f167758499187d15e2a.tar.gz
samba-34294b31aab2d61fde086f167758499187d15e2a.tar.bz2
samba-34294b31aab2d61fde086f167758499187d15e2a.zip
Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h.
Thereby (hopefully) fixing the potential build problems with HPUX acls. Michael (This used to be commit 4f2a1de990dc9063a1db877c06a5c1d68924edcf)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index fdfcc1ab14..5acc78839e 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -806,6 +806,10 @@ enum flush_reason_enum {
#include "modules/vfs_solarisacl.h"
#endif
+#if defined(HAVE_HPUX_ACLS)
+#include "modules/vfs_hpuxacl.h"
+#endif
+
#ifdef HAVE_LDAP
#include "ads_protos.h"
#endif