mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
atoi() needs stdlib.h
Original commit message from CVS: atoi() needs stdlib.h
This commit is contained in:
parent
e5cbf3654b
commit
5e70d477cd
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h> /* atoi() */
|
||||
#include <string.h>
|
||||
|
||||
#include "gstssaparse.h"
|
||||
|
|
Loading…
Reference in a new issue