summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-03-01 07:40:22 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-03-01 03:46:18 +0100
commit4acef317a0e1692afc526a3805adf87403651170 (patch)
treebdf0ad2ba6b7c76e5ae6762b6bab1bd3ccc2853e /source4/include
parentb1f68b68717bbcddf81ba7776faaef52f424043b (diff)
downloadsamba-4acef317a0e1692afc526a3805adf87403651170.tar.gz
samba-4acef317a0e1692afc526a3805adf87403651170.tar.bz2
samba-4acef317a0e1692afc526a3805adf87403651170.zip
lib/util move debug.[ch] out of the way
This will allow a modified version of the s3 debug system to be the new common debug system. Andrew Bartlett
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index d0a97020c6..a4ef19a042 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -57,7 +57,7 @@
#endif
#include "../lib/util/xfile.h"
#include "../lib/util/attr.h"
-#include "../lib/util/debug.h"
+#include "../lib/util/debug_s4.h"
#include "../lib/util/util.h"
#include "libcli/util/error.h"