From: Tim Prouty Date: Thu, 18 Dec 2008 23:01:07 +0000 (-0800) Subject: s4: Fix include path to work with tevent X-Git-Tag: samba-4.0.0alpha6~467^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d031472227b44d040698e6dff52dc79028fde854;p=thirdparty%2Fsamba.git s4: Fix include path to work with tevent --- diff --git a/source4/ntvfs/sysdep/sys_notify.c b/source4/ntvfs/sysdep/sys_notify.c index a27386bb130..117d16d20a6 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"