summaryrefslogtreecommitdiff
path: root/agent/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/debug.h')
-rw-r--r--agent/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/debug.h b/agent/debug.h
index 20816e8..c1a6473 100644
--- a/agent/debug.h
+++ b/agent/debug.h
@@ -34,8 +34,8 @@
* file under either the MPL or the LGPL.
*/
-#ifndef _DEBUG_H
-#define _DEBUG_H
+#ifndef __LIBNICE_DEBUG_H__
+#define __LIBNICE_DEBUG_H__
/**
@@ -101,5 +101,5 @@ void nice_debug_disable (gboolean with_stun);
G_END_DECLS
-#endif /* _DEBUG_H */
+#endif /* __LIBNICE_DEBUG_H__ */