X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=lib%2Futil%2Fdebug.h;h=632c24fadb9c8604a0a04721693c97ff8d4cae6f;hp=8c634f910a90c58a13ec8c9939752c8aab83e956;hb=1b05be10399a8fab80072e7aaccd55a3f6e8f651;hpb=d880faae92eb8b90b3c52b00bb0c163bc84511df diff --git a/lib/util/debug.h b/lib/util/debug.h index 8c634f910a9..632c24fadb9 100644 --- a/lib/util/debug.h +++ b/lib/util/debug.h @@ -17,6 +17,9 @@ along with this program. If not, see . */ +#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