From 489f528857bfb4993cf44dd7a5391ac5196c0747 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 29 Jun 2011 15:33:54 +1000 Subject: param: Merge param headers into lib/param/loadparm.h This defines a common table format, so we can in future define a common table. Andrew Bartlett --- source3/modules/vfs_extd_audit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/vfs_extd_audit.c') diff --git a/source3/modules/vfs_extd_audit.c b/source3/modules/vfs_extd_audit.c index 192b0750ab..fa8e9b14f9 100644 --- a/source3/modules/vfs_extd_audit.c +++ b/source3/modules/vfs_extd_audit.c @@ -26,6 +26,7 @@ #include "system/filesys.h" #include "system/syslog.h" #include "smbd/smbd.h" +#include "lib/param/loadparm.h" static int vfs_extd_audit_debug_level = DBGC_VFS; -- cgit