Add stdlib.h header where applicable (where we call malloc() / free()).

Reported by:	tinderbox
This commit is contained in:
Romain Tartiere 2009-12-23 11:56:56 +00:00
parent aa7d7171c8
commit e0fab1c9a7
3 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,8 @@
Thanks to d18c7db and Okko for example code
*/
#include <stdlib.h>
#include "../drivers.h"
#include <nfc/nfc-messages.h>

View file

@ -25,6 +25,8 @@
Thanks to d18c7db and Okko for example code
*/
#include <stdlib.h>
#include "../drivers.h"
#include <nfc/nfc-messages.h>

View file

@ -27,6 +27,7 @@ Thanks to d18c7db and Okko for example code
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>
#include <usb.h>
#include <string.h>