From: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx> Changes in kernel headers break build unless this is included. Signed-off-by: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> --- libnfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libnfs.c b/libnfs.c index edbcd61..e853e47 100644 --- a/libnfs.c +++ b/libnfs.c @@ -21,6 +21,7 @@ #include "mount.h" #include "nfs.h" #include "libnfs.h" +#include <stdint.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -- 2.34.1