summaryrefslogtreecommitdiffstats
path: root/src/nolo.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2016-12-16 15:39:46 +0100
committerPali Rohár <pali.rohar@gmail.com>2016-12-16 15:39:46 +0100
commit7522a9fbc72f14c5cb7fbaa54fb57526c5221d85 (patch)
tree6a58251e655580a3ba94357f57aed24dd17d9113 /src/nolo.c
parent6ec64f4992ccd5e4ff42e9578d6c306a5b688a35 (diff)
download0xFFFF-7522a9fbc72f14c5cb7fbaa54fb57526c5221d85.tar.bz2
all: Fix compilation when u_int*_t are not defined and used by usb.h
Diffstat (limited to 'src/nolo.c')
-rw-r--r--src/nolo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nolo.c b/src/nolo.c
index 1dd9d61..9faea56 100644
--- a/src/nolo.c
+++ b/src/nolo.c
@@ -22,8 +22,6 @@
#include <stdlib.h>
#include <arpa/inet.h>
-#include <usb.h>
-
#include "nolo.h"
#include "image.h"
#include "global.h"