Add missing stdlib.h for malloc/free.

This commit is contained in:
Tamas TEVESZ 2013-10-10 00:46:08 +02:00 committed by Daniel Beer
parent a4d456a1b9
commit 35df9ed67a
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
*/
#include <usb.h>
#include <stdlib.h>
#include <string.h>
#include "usbutil.h"
#include "output.h"