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.

(cherry picked from commit aafa351)
  • Loading branch information
maxice8 authored and guyharris committed Jul 23, 2018
1 parent ad0d0eb commit d557c98
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 d557c98

Please sign in to comment.