Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'unistd' into 'master'
Add missing include of unistd.h

See merge request mer-core/usb-moded!78
  • Loading branch information
pvuorela committed Apr 20, 2021
2 parents 10c2f53 + aa7a29e commit 66317b7
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 66317b7

Please sign in to comment.