summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-01-14 15:50:39 +0000
committerPete Batard <pbatard@gmail.com>2010-01-14 15:50:39 +0000
commit1626ee00424d3f9b90db1b9fc3834cfbbadda465 (patch)
treee78097169c61f5df0b385980e4b1ca688ba44183 /examples
parent40e8e4185a1b81478c8fff040753aab4efb4bbf1 (diff)
downloadlibusb-1626ee00424d3f9b90db1b9fc3834cfbbadda465.tar.gz
r75: fixed missing <stdarg.h> include in xusb.c for UNIX platforms
Diffstat (limited to 'examples')
-rw-r--r--examples/xusb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/xusb.c b/examples/xusb.c
index 5542caf..3167d98 100644
--- a/examples/xusb.c
+++ b/examples/xusb.c
@@ -29,6 +29,7 @@
#include <sys/types.h>
#include <inttypes.h>
#include <string.h>
+#include <stdarg.h>
#include <libusb/libusb.h>