summaryrefslogtreecommitdiffstats
path: root/server/util
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-10-07 11:08:16 -0400
committerSimo Sorce <idra@samba.org>2008-10-07 11:08:16 -0400
commitf9aefa94c5923703b3046417cd52f3de3df9ac07 (patch)
tree5e17e51241031a60fc794b989b6043b9e6b286d8 /server/util
parentd452cc572ba13d01c8a96f311a1db5f99e25caf7 (diff)
downloadsssd-f9aefa94c5923703b3046417cd52f3de3df9ac07.tar.gz
sssd-f9aefa94c5923703b3046417cd52f3de3df9ac07.tar.xz
sssd-f9aefa94c5923703b3046417cd52f3de3df9ac07.zip
We need replace.h here or __location__ cannot be found
Diffstat (limited to 'server/util')
-rw-r--r--server/util/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/util/util.h b/server/util/util.h
index 1ca359303..ade97b849 100644
--- a/server/util/util.h
+++ b/server/util/util.h
@@ -3,6 +3,7 @@
#include <stdio.h>
#include <stdbool.h>
+#include "replace.h"
extern int debug_level;
void debug_fn(const char *format, ...);