Skip to content

Commit

Permalink
pcap-usb-linux.c: add missing limits.h for musl systems.
Browse files Browse the repository at this point in the history
fix compilation on musl libc systems like Void Linux and Alpine.
  • Loading branch information
maxice8 committed Jul 22, 2018
1 parent e32b34a commit aafa351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcap-usb-linux.c
Expand Up @@ -50,6 +50,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <limits.h>
#include <string.h>
#include <dirent.h>
#include <byteswap.h>
Expand Down

0 comments on commit aafa351

Please sign in to comment.