input/nfs: add missing string.h include

For strrchr().  Fixes build failure.
This commit is contained in:
Max Kellermann 2014-04-23 12:53:19 +02:00
parent 1c02b4b9f4
commit 7ecf4ad54d
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ extern "C" {
#include <nfsc/libnfs.h> #include <nfsc/libnfs.h>
} }
#include <string.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>