aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/logger.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-08 02:19:02 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-08 02:19:02 +0000
commita40fa4713e3ea9ad330dadc9613b289998a45b18 (patch)
tree9fcdb078aedbfd2aba55d94e0cafc5df2f02a7cf /include/asterisk/logger.h
parent79b38ffbe93fcdc51a6df4a3bfda59af7875e133 (diff)
first set of Cygwin portability stuff (issue #4678)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6547 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/logger.h')
-rwxr-xr-xinclude/asterisk/logger.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asterisk/logger.h b/include/asterisk/logger.h
index 8751ba20c..de8268fd3 100755
--- a/include/asterisk/logger.h
+++ b/include/asterisk/logger.h
@@ -25,9 +25,7 @@
#ifndef _ASTERISK_LOGGER_H
#define _ASTERISK_LOGGER_H
-#ifdef SOLARIS
-#include <solaris-compat/compat.h>
-#endif
+#include "asterisk/compat.h"
#include <stdarg.h>