projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f003fef
)
speex: add missing include
author
Stefan Kost
<ensonic@users.sf.net>
Fri, 12 Feb 2010 13:34:38 +0000
(15:34 +0200)
committer
Stefan Kost
<ensonic@users.sf.net>
Fri, 12 Feb 2010 13:35:30 +0000
(15:35 +0200)
ext/speex/gstspeexdec.c
patch
|
blob
|
history
diff --git
a/ext/speex/gstspeexdec.c
b/ext/speex/gstspeexdec.c
index ad5736c065b987a7c273cf803baf6a8708fa988d..cf22137f119f952afd04099472a7b03ce2541e1c 100644
(file)
--- a/
ext/speex/gstspeexdec.c
+++ b/
ext/speex/gstspeexdec.c
@@
-43,6
+43,7
@@
#endif
#include "gstspeexdec.h"
+#include <stdlib.h>
#include <string.h>
#include <gst/tag/tag.h>