blob: ea9cbc34978ed2ed9bd4bf51df0a891450d6e047 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- libusb-compat-0.1.5.orig/libusb/usb.h
+++ libusb-compat-0.1.5/libusb/usb.h
@@ -25,6 +25,7 @@
#ifndef __USB_H__
#define __USB_H__
+#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include <limits.h>
|