diff --git a/nfs-ganesha-2.4dev29-FSAL.patch b/nfs-ganesha-2.4dev29-FSAL.patch index 1ff7a7e..4a781b0 100644 --- a/nfs-ganesha-2.4dev29-FSAL.patch +++ b/nfs-ganesha-2.4dev29-FSAL.patch @@ -34,7 +34,17 @@ */ #include "config.h" -+#include /* for major(3), minor(3), makedev(3) */ ++#include /* for major(3), minor(3) */ #include #include #include +--- nfs-ganesha-2.4-dev-29/src/FSAL/commonlib.c.orig 2016-08-16 07:34:13.138478618 -0400 ++++ nfs-ganesha-2.4-dev-29/src/FSAL/commonlib.c 2016-08-16 07:34:54.822478618 -0400 +@@ -41,6 +41,7 @@ + #include "config.h" + + #include /* avoid conflicts with sys/queue.h */ ++#include /* for major(3), minor(3) */ + #include /* used for 'dirname' */ + #include + #include