joypad_connection.c - include stdlib.h for calloc
This commit is contained in:
parent
2f29d9f18c
commit
cbb3535854
|
@ -14,6 +14,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../input_config.h"
|
||||
|
|
Loading…
Reference in New Issue