mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
Fix OpenBSD compile (bug #3824)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5230 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
#ifdef SOLARIS
|
#ifdef SOLARIS
|
||||||
#include <sys/int_types.h>
|
#include <sys/int_types.h>
|
||||||
#else
|
#else
|
||||||
#ifdef __FreeBSD__
|
#if defined(__OpenBSD__) || defined( __FreeBSD__)
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#else
|
#else
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
Reference in New Issue
Block a user