]> git.sesse.net Git - plocate/commitdiff
plocate: fix compilation without libiouring
authorArsen Arsenović <arsen@aarsen.me>
Mon, 23 Aug 2021 08:07:01 +0000 (10:07 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 23 Aug 2021 08:11:51 +0000 (10:11 +0200)
plocate.cpp

index 7cc4f5a4eb2587f4bb685aaa83155e8951f06dd2..44a1375ad53097778b3aa4a104155ed6bb529876 100644 (file)
@@ -31,6 +31,7 @@
 #include <string.h>
 #include <string>
 #include <string_view>
+#include <sys/stat.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <thread>