mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
OpenBSD portability enhancements (bug 1002)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2708 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -55,7 +55,12 @@
|
||||
#include <netdb.h>
|
||||
#include <sys/signal.h>
|
||||
#include <netinet/ip.h>
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
#include <netinet/in_systm.h>
|
||||
#ifndef IPTOS_MINCOST
|
||||
#define IPTOS_MINCOST 0x02
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "h323/chan_h323.h"
|
||||
|
||||
|
Reference in New Issue
Block a user