projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea52286
)
Fix OpenBSD compile (bug #3824)
author
Mark Spencer
<markster@digium.com>
Tue, 22 Mar 2005 19:24:32 +0000
(19:24 +0000)
committer
Mark Spencer
<markster@digium.com>
Tue, 22 Mar 2005 19:24:32 +0000
(19:24 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5230
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/plc.h
patch
|
blob
|
history
diff --git
a/include/asterisk/plc.h
b/include/asterisk/plc.h
index
7e41568
..
eda87b4
100755
(executable)
--- a/
include/asterisk/plc.h
+++ b/
include/asterisk/plc.h
@@
-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>