repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
libusb-compat
/
fix-headers.patch
blob
ea9cbc34978ed2ed9bd4bf51df0a891450d6e047
1
--- libusb-compat-0.1.5.orig/libusb/usb.h
2
+++ libusb-compat-0.1.5/libusb/usb.h
3
@@ -25,6 +25,7 @@
4
#ifndef __USB_H__
5
#define __USB_H__
6
7
+#include <sys/types.h>
8
#include <unistd.h>
9
#include <stdlib.h>
10
#include <limits.h>