diff options
author | Tim Prouty <tprouty@samba.org> | 2008-12-18 15:01:07 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2008-12-18 15:03:37 -0800 |
commit | d031472227b44d040698e6dff52dc79028fde854 (patch) | |
tree | 19bcd0f49c60f7397353a2eae28c35baf785ba89 /source4/ntvfs/sysdep | |
parent | f52fc2f90ebf314de71f7150093bd641c3989b3c (diff) | |
download | samba-d031472227b44d040698e6dff52dc79028fde854.tar.gz samba-d031472227b44d040698e6dff52dc79028fde854.tar.bz2 samba-d031472227b44d040698e6dff52dc79028fde854.zip |
s4: Fix include path to work with tevent
Diffstat (limited to 'source4/ntvfs/sysdep')
-rw-r--r-- | source4/ntvfs/sysdep/sys_notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/sysdep/sys_notify.c b/source4/ntvfs/sysdep/sys_notify.c index a27386bb13..117d16d20a 100644 --- a/source4/ntvfs/sysdep/sys_notify.c +++ b/source4/ntvfs/sysdep/sys_notify.c @@ -25,7 +25,7 @@ #include "includes.h" #include "system/filesys.h" #include "ntvfs/sysdep/sys_notify.h" -#include "lib/events/events.h" +#include "../lib/tevent/tevent.h" #include "../lib/util/dlinklist.h" #include "param/param.h" |