summaryrefslogtreecommitdiff
path: root/lib/util/debug.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-11-01 15:21:31 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-11-01 15:21:31 +0100
commit1b05be10399a8fab80072e7aaccd55a3f6e8f651 (patch)
tree19b3061760137b55708aeb31de657234757b7e1c /lib/util/debug.h
parentd880faae92eb8b90b3c52b00bb0c163bc84511df (diff)
downloadsamba-1b05be10399a8fab80072e7aaccd55a3f6e8f651.tar.gz
samba-1b05be10399a8fab80072e7aaccd55a3f6e8f651.tar.bz2
samba-1b05be10399a8fab80072e7aaccd55a3f6e8f651.zip
ALlow util/debug.h to be included more than once.
Diffstat (limited to 'lib/util/debug.h')
-rw-r--r--lib/util/debug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/util/debug.h b/lib/util/debug.h
index 8c634f910a..632c24fadb 100644
--- a/lib/util/debug.h
+++ b/lib/util/debug.h
@@ -17,6 +17,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef _SAMBA_DEBUG_H_
+#define _SAMBA_DEBUG_H_
+
/**
* @file
* @brief Debugging macros
@@ -131,3 +134,5 @@ _PUBLIC_ void register_debug_handlers(const char *name, struct debug_ops *ops);
_PUBLIC_ void dbgtext(const char *format, ...) PRINTF_ATTRIBUTE(1,2);
extern XFILE *dbf;
+
+#endif