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_notify.c | |
parent | 9940c7690e2c1b225111d5d8e09cc735ebe296dd (diff) | |
download | samba-664268a2877dc49a84eb140e837e01f08979c471.tar.gz samba-664268a2877dc49a84eb140e837e01f08979c471.tar.bz2 samba-664268a2877dc49a84eb140e837e01f08979c471.zip |
s3 OneFS: Refactor config code and cleanup includes
Diffstat (limited to 'source3/modules/onefs_notify.c')
-rw-r--r-- | source3/modules/onefs_notify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/onefs_notify.c b/source3/modules/onefs_notify.c index 40f690876d..3455afd4ab 100644 --- a/source3/modules/onefs_notify.c +++ b/source3/modules/onefs_notify.c @@ -33,6 +33,7 @@ * CompletionFilter and WatchTree of open SMB requests, and return notify * events back to the proper SMB requests */ +#include "includes.h" #include "onefs.h" #include <ifs/ifs_types.h> |