From ffbd9c4584d83c56e58901bc91effa75ebdcbb02 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 28 Dec 2015 22:21:11 +0000 Subject: Add a new header file for functions in lib/util/util.c. This allows public headers to not include samba_util.h, but rather specific header files under lib/util. Signed-Off-By: Jelmer Vernooij Reviewed-By: Andrew Bartlett Reviewed-By: Stefan Metzmacher --- libcli/nbt/libnbt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcli') diff --git a/libcli/nbt/libnbt.h b/libcli/nbt/libnbt.h index c345a1fe2d0..fd0c7fea66d 100644 --- a/libcli/nbt/libnbt.h +++ b/libcli/nbt/libnbt.h @@ -24,6 +24,8 @@ #include "librpc/gen_ndr/nbt.h" #include "librpc/ndr/libndr.h" +#include "lib/util/xfile.h" + /* possible states for pending requests */ -- cgit v1.2.1