summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0001-reexport-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/progress-linux/0001-reexport-include.patch')
-rw-r--r--debian/patches/progress-linux/0001-reexport-include.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-reexport-include.patch b/debian/patches/progress-linux/0001-reexport-include.patch
new file mode 100644
index 0000000..36c3030
--- /dev/null
+++ b/debian/patches/progress-linux/0001-reexport-include.patch
@@ -0,0 +1,14 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Adding missing header include in reexport to fix FTBFS.
+
+diff -Naurp nfs-utils.orig/support/reexport/reexport.c nfs-utils/support/reexport/reexport.c
+--- nfs-utils.orig/support/reexport/reexport.c
++++ nfs-utils/support/reexport/reexport.c
+@@ -8,6 +8,7 @@
+ #include <sys/types.h>
+ #include <sys/vfs.h>
+ #include <errno.h>
++#include <stddef.h>
+
+ #include "nfsd_path.h"
+ #include "conffile.h"