From 807c50858f5615218cce990cf20a884ccd8c95c1 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Tue, 21 Nov 2006 20:44:09 +0000 Subject: r19826: Fix typo (This used to be commit fa656ce34ebea57b6dbe70ad1866a419c846e1f1) --- source3/modules/vfs_aixacl2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules') 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 -- cgit