From 664268a2877dc49a84eb140e837e01f08979c471 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Fri, 27 Feb 2009 14:47:47 -0800 Subject: s3 OneFS: Refactor config code and cleanup includes --- source3/modules/onefs_acl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/modules/onefs_acl.c') diff --git a/source3/modules/onefs_acl.c b/source3/modules/onefs_acl.c index a1bfa6e121..6f23d608d4 100644 --- a/source3/modules/onefs_acl.c +++ b/source3/modules/onefs_acl.c @@ -19,10 +19,13 @@ * along with this program; if not, see . */ +#include "includes.h" #include "onefs.h" +#include "onefs_config.h" #include #include +#include const struct enum_list enum_onefs_acl_wire_format[] = { {ACL_FORMAT_RAW, "No Format"}, -- cgit