From dc35d48c98e78116a8393f6fa432d38c2622c02b Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Thu, 8 Oct 2009 21:18:30 +0200 Subject: Delete sssd-i18n.h and put it's old contents into util.h Also include talloc.h, tevent.h and ldb.h as system headers in util.h. --- server/util/util.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'server/util/util.h') diff --git a/server/util/util.h b/server/util/util.h index a9d255328..9a27ae559 100644 --- a/server/util/util.h +++ b/server/util/util.h @@ -27,19 +27,25 @@ #include #include #include +#include #include +#include #include #include + #include "config.h" -#include "talloc.h" -#include "tevent.h" -#include "ldb.h" + +#include +#include +#include #ifndef HAVE_ERRNO_T #define HAVE_ERRNO_T typedef int errno_t; #endif +#define _(STRING) gettext (STRING) + extern const char *debug_prg_name; extern int debug_level; extern int debug_timestamps; -- cgit