Commit 7ecf4ad5 authored by Max Kellermann's avatar Max Kellermann

input/nfs: add missing string.h include

For strrchr(). Fixes build failure.
parent 1c02b4b9
......@@ -29,6 +29,7 @@ extern "C" {
#include <nfsc/libnfs.h>
}
#include <string.h>
#include <sys/stat.h>
#include <fcntl.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment