summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Grandbois <brett.grandbois@opengear.com>2018-02-06 06:40:28 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-02-08 08:01:31 +1100
commit8f09986340e602a69398b2866a265ea3f16609c6 (patch)
tree42b75ac013158d2a96a86759be2847ce897a8fcd
parent41caf09e98b14e34830f524405efc1bdd4087365 (diff)
downloadtalos-petitboot-8f09986340e602a69398b2866a265ea3f16609c6.tar.gz
talos-petitboot-8f09986340e602a69398b2866a265ea3f16609c6.zip
discover/pb-discover: #include <locale.h> for musl libc
Signed-off-by: Brett Grandbois <brett.grandbois@opengear.com> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
-rw-r--r--discover/pb-discover.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/discover/pb-discover.c b/discover/pb-discover.c
index fd37068..c494eeb 100644
--- a/discover/pb-discover.c
+++ b/discover/pb-discover.c
@@ -7,6 +7,7 @@
#include <getopt.h>
#include <stdlib.h>
#include <signal.h>
+#include <locale.h>
#include <string.h>
#include <waiter/waiter.h>
OpenPOWER on IntegriCloud