summaryrefslogtreecommitdiffstats
path: root/source/modules
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2006-11-21 20:44:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:00 -0500
commitfa656ce34ebea57b6dbe70ad1866a419c846e1f1 (patch)
treeda93f02c1121bcc24034d2f39f0482254d657c89 /source/modules
parentb2866b1318f2fa521ff93ec5ed58413b9145385a (diff)
downloadsamba-fa656ce34ebea57b6dbe70ad1866a419c846e1f1.tar.gz
samba-fa656ce34ebea57b6dbe70ad1866a419c846e1f1.tar.xz
samba-fa656ce34ebea57b6dbe70ad1866a419c846e1f1.zip
r19826: Fix typo
Diffstat (limited to 'source/modules')
-rw-r--r--source/modules/vfs_aixacl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/vfs_aixacl2.c b/source/modules/vfs_aixacl2.c
index 623152b710c..ed4c4031a6f 100644
--- a/source/modules/vfs_aixacl2.c
+++ b/source/modules/vfs_aixacl2.c
@@ -19,7 +19,7 @@
*/
#include "includes.h"
-#include "nfs4_acls.c"
+#include "nfs4_acls.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_VFS