Skip to content
Snippets Groups Projects
Commit 93f5cbac authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

fix build on Solaris (bug #4476)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5877 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e5e64bfd
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,6 @@ ...@@ -16,11 +16,6 @@
#include <unistd.h> #include <unistd.h>
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#ifdef __linux__
#include <endian.h>
#else
#include <machine/endian.h>
#endif
#include "asterisk.h" #include "asterisk.h"
...@@ -32,6 +27,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -32,6 +27,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/logger.h" #include "asterisk/logger.h"
#include "asterisk/sched.h" #include "asterisk/sched.h"
#include "asterisk/module.h" #include "asterisk/module.h"
#include "asterisk/endian.h"
#define BUF_SIZE 160 #define BUF_SIZE 160
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment