diff options
author | Tim Prouty <tprouty@samba.org> | 2009-02-27 14:47:47 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-03-01 16:39:55 -0800 |
commit | 664268a2877dc49a84eb140e837e01f08979c471 (patch) | |
tree | 53baef4a3b4faebae84a921e9587a8e8135fa2fa /source3/modules/onefs_cbrl.c | |
parent | 9940c7690e2c1b225111d5d8e09cc735ebe296dd (diff) | |
download | samba-664268a2877dc49a84eb140e837e01f08979c471.tar.gz samba-664268a2877dc49a84eb140e837e01f08979c471.tar.xz samba-664268a2877dc49a84eb140e837e01f08979c471.zip |
s3 OneFS: Refactor config code and cleanup includes
Diffstat (limited to 'source3/modules/onefs_cbrl.c')
-rw-r--r-- | source3/modules/onefs_cbrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/onefs_cbrl.c b/source3/modules/onefs_cbrl.c index 2c5e39c3596..7311e1961e4 100644 --- a/source3/modules/onefs_cbrl.c +++ b/source3/modules/onefs_cbrl.c @@ -18,6 +18,7 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "includes.h" #include "onefs.h" #include <ifs/ifs_syscalls.h> |