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:
c877740
)
Remove duplicate stdlib.h include.
author
Joshua Colp
<jcolp@digium.com>
Mon, 29 Oct 2007 16:38:31 +0000
(16:38 +0000)
committer
Joshua Colp
<jcolp@digium.com>
Mon, 29 Oct 2007 16:38:31 +0000
(16:38 +0000)
(closes issue #11105)
Reported by: eliel
Patches:
app_voicemail.c.patch uploaded by eliel (license 64)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87327
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
6859859
..
4359ee7
100644
(file)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-69,7
+69,6
@@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <errno.h>
#include <unistd.h>
#include <string.h>
-#include <stdlib.h>
#include <stdio.h>
#include <sys/time.h>
#include <sys/stat.h>