joypad_connection.c - include stdlib.h for calloc

This commit is contained in:
twinaphex 2015-12-05 13:24:15 +01:00
parent 2f29d9f18c
commit cbb3535854

View File

@ -14,6 +14,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
#include <string.h>
#include "../input_config.h"