Change the paths for the nfs includes from libnfs-private.h

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2017-07-08 14:29:56 +10:00
parent 5159b76e00
commit 5a6865c7ab
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@
#endif
#include "libnfs-zdr.h"
#include "nfs/libnfs-raw-nfs.h"
#include "nfs4/libnfs-raw-nfs4.h"
#include "../nfs/libnfs-raw-nfs.h"
#include "../nfs4/libnfs-raw-nfs4.h"
#ifdef __cplusplus
extern "C" {