diff options
Diffstat (limited to 'lib/util/debug.h')
-rw-r--r-- | lib/util/debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/util/debug.h b/lib/util/debug.h index 67d122f1bc..a8a0d69a0f 100644 --- a/lib/util/debug.h +++ b/lib/util/debug.h @@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _DEBUG_H -#define _DEBUG_H +#ifndef _SAMBA_DEBUG_H +#define _SAMBA_DEBUG_H #include <stdbool.h> #include <stddef.h> @@ -263,4 +263,4 @@ typedef void (*debug_callback_fn)(void *private_ptr, int level, const char *msg) */ void debug_set_callback(void *private_ptr, debug_callback_fn fn); -#endif +#endif /* _SAMBA_DEBUG_H */ |