Skip to content

Commit

Permalink
discover/pb-discover: #include <locale.h> for musl libc
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Grandbois <brett.grandbois@opengear.com>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
  • Loading branch information
Brett Grandbois authored and sammj committed Feb 7, 2018
1 parent 41caf09 commit 8f09986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discover/pb-discover.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <getopt.h>
#include <stdlib.h>
#include <signal.h>
#include <locale.h>
#include <string.h>

#include <waiter/waiter.h>
Expand Down

0 comments on commit 8f09986

Please sign in to comment.