diff options
author | Jim McDonough <jmcd@samba.org> | 2006-11-21 20:44:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:00 -0500 |
commit | 807c50858f5615218cce990cf20a884ccd8c95c1 (patch) | |
tree | 785c19d8029ab439e933fbac6b03cb5b462489c8 /source3/modules | |
parent | 6fad55ff89965c7a6a9cbe0da6a2dea5bb635434 (diff) | |
download | samba-807c50858f5615218cce990cf20a884ccd8c95c1.tar.gz samba-807c50858f5615218cce990cf20a884ccd8c95c1.tar.bz2 samba-807c50858f5615218cce990cf20a884ccd8c95c1.zip |
r19826: Fix typo
(This used to be commit fa656ce34ebea57b6dbe70ad1866a419c846e1f1)
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_aixacl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_aixacl2.c b/source3/modules/vfs_aixacl2.c index 623152b710..ed4c4031a6 100644 --- a/source3/modules/vfs_aixacl2.c +++ b/source3/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 |