diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-03 11:56:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:30 -0500 |
commit | 131dc76d56df40b3511c47e54f15412a25b491f8 (patch) | |
tree | a8cd13ffe8ec8ee33006b00af25891e3ab4681ca /source4/libcli/nbt | |
parent | dc35a0eb4f4be294a852073802451fe9ab284b69 (diff) | |
download | samba-131dc76d56df40b3511c47e54f15412a25b491f8.tar.gz samba-131dc76d56df40b3511c47e54f15412a25b491f8.tar.bz2 samba-131dc76d56df40b3511c47e54f15412a25b491f8.zip |
r5197: moved events code to lib/events/ (suggestion from metze)
(This used to be commit 7f54c8a339f36aa43c9340be70ab7f0067593ef2)
Diffstat (limited to 'source4/libcli/nbt')
-rw-r--r-- | source4/libcli/nbt/nbtsocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/nbt/nbtsocket.c b/source4/libcli/nbt/nbtsocket.c index be1b7547f1..94c0ced95d 100644 --- a/source4/libcli/nbt/nbtsocket.c +++ b/source4/libcli/nbt/nbtsocket.c @@ -21,7 +21,7 @@ */ #include "includes.h" -#include "events.h" +#include "lib/events/events.h" #include "dlinklist.h" #include "libcli/nbt/libnbt.h" |