aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/h323/chan_h323.h')
-rw-r--r--channels/h323/chan_h323.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index 62b670fda..95e8c491d 100644
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -26,6 +26,9 @@
* Version Info: $Id$
*/
+#ifndef CHAN_H323_H
+#define CHAN_H323_H
+
#include <arpa/inet.h>
/*
@@ -207,10 +210,6 @@ extern int h323debug;
#define H323_DTMF_RFC2833_PT 101
#define H323_DTMF_CISCO_PT 121
-#ifndef BOOL
-#define BOOL int
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -267,3 +266,5 @@ extern "C" {
#ifdef __cplusplus
}
#endif
+
+#endif