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:
c66bf9a
)
Add missing strings include for BSD
author
Mark Spencer
<markster@digium.com>
Mon, 31 May 2004 16:51:28 +0000
(16:51 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 31 May 2004 16:51:28 +0000
(16:51 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3119
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
utils.c
patch
|
blob
|
history
diff --git
a/utils.c
b/utils.c
index
49fdf5d
..
a1ecb13
100755
(executable)
--- a/
utils.c
+++ b/
utils.c
@@
-10,6
+10,7
@@
*/
#include <ctype.h>
+#include <string.h>
#include <asterisk/lock.h>
#include <asterisk/utils.h>