include stdlib.h for free and realloc in libusbi.h
authorhjelmn <Nathan Hjelm hjelmn@cs.unm.edu>
Mon, 29 Jul 2013 16:10:56 +0000 (10:10 -0600)
committerhjelmn <Nathan Hjelm hjelmn@cs.unm.edu>
Tue, 30 Jul 2013 15:10:36 +0000 (09:10 -0600)
References #124.

libusb/libusbi.h
libusb/version_nano.h

index 02efae3..6b75569 100644 (file)
@@ -23,6 +23,8 @@
 
 #include "config.h"
 
+#include <stdlib.h>
+
 #include <stddef.h>
 #include <stdint.h>
 #include <time.h>
index 39ad7e3..d3ce940 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10778
+#define LIBUSB_NANO 10779