]> git.sesse.net Git - plocate/commitdiff
Add missing <locale.h>.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 26 Oct 2022 22:38:37 +0000 (00:38 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 26 Oct 2022 22:38:57 +0000 (00:38 +0200)
Reported by Maciej Adamczyk.

plocate-build.cpp

index 028a1ee06c620d8274ae707ba1905041ac288a17..b69954596a4b941afe9504594c001f224abc46db 100644 (file)
@@ -8,6 +8,7 @@
 #include <chrono>
 #include <getopt.h>
 #include <iosfwd>
+#include <locale.h>
 #include <math.h>
 #include <memory>
 #include <random>