]> git.sesse.net Git - plocate/commitdiff
Add missing <inttypes.h> #include.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 8 Feb 2023 21:46:51 +0000 (22:46 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 8 Feb 2023 21:47:05 +0000 (22:47 +0100)
Reported by sudhanshu goswami.

updatedb.cpp

index a10a3e7818dbc9bfbefe867700e895648aac9f04..812304bb6b8439cc835dc1ddd1bf7cb709e48445 100644 (file)
@@ -39,6 +39,7 @@ any later version.
 #include <fcntl.h>
 #include <getopt.h>
 #include <grp.h>
+#include <inttypes.h>
 #include <iosfwd>
 #include <math.h>
 #include <memory>