atoi() needs stdlib.h
Original commit message from CVS: atoi() needs stdlib.h
This commit is contained in:
parent
e5cbf3654b
commit
5e70d477cd
@ -24,6 +24,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h> /* atoi() */
|
||||
#include <string.h>
|
||||
|
||||
#include "gstssaparse.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user