Skip to content

Commit

Permalink
Add missing include of unistd.h
Browse files Browse the repository at this point in the history
This fixes building on at least Musl, where F_OK is undefined otherwise
  • Loading branch information
PureTryOut committed Apr 16, 2021
1 parent 10c2f53 commit aa7a29e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usb_moded.c
Expand Up @@ -61,6 +61,7 @@
#endif

#include <getopt.h>
#include <unistd.h>

#ifdef SAILFISH_ACCESS_CONTROL
# include <sailfishaccesscontrol.h>
Expand Down

0 comments on commit aa7a29e

Please sign in to comment.