mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 08:31:02 +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
|
||||
#include <sys/int_types.h>
|
||||
#else
|
||||
#ifdef __FreeBSD__
|
||||
#if defined(__OpenBSD__) || defined( __FreeBSD__)
|
||||
#include <inttypes.h>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
|
Reference in New Issue
Block a user