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:
b69245f
)
Resolve compiler warning on FreeBSD.
author
Russell Bryant
<russell@russellbryant.com>
Thu, 25 Mar 2010 20:41:34 +0000
(20:41 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Thu, 25 Mar 2010 20:41:34 +0000
(20:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@254801
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
addons/chan_ooh323.h
patch
|
blob
|
history
diff --git
a/addons/chan_ooh323.h
b/addons/chan_ooh323.h
index
79d0e24
..
1a4d55e
100644
(file)
--- a/
addons/chan_ooh323.h
+++ b/
addons/chan_ooh323.h
@@
-37,6
+37,7
@@
#include <netdb.h>
#include <errno.h>
#include <fcntl.h>
+#include <signal.h>
#include <sys/signal.h>
#include <asterisk/lock.h>