aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/compat.h
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 21:08:28 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 21:08:28 +0000
commit82c12f8105b7085e3dd9f7e67dcd15fe5c1d8056 (patch)
treec73bbb475fa290d355d9a7c9ad7c49488b85727c /include/asterisk/compat.h
parent977ebbedcd6dbc8fd65c3cc7ca9f7b05c2a9d361 (diff)
remove redundant #include "asterisk/compat.h",
but make sure that asterisk/compiler.h is included everywhere git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89336 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/compat.h')
-rw-r--r--include/asterisk/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h
index 7e019e064..f70dcea16 100644
--- a/include/asterisk/compat.h
+++ b/include/asterisk/compat.h
@@ -15,6 +15,8 @@
* especially those related to header files.
*/
+#include "asterisk/compiler.h"
+
#ifndef _COMPAT_H
#define _COMPAT_H