File buildfix.patch of Package nfs-utils.35068
---
support/reexport/fsidd.c | 2 ++
support/reexport/reexport.c | 2 ++
2 files changed, 4 insertions(+)
--- a/support/reexport/fsidd.c
+++ b/support/reexport/fsidd.c
@@ -8,6 +8,8 @@
#endif
#include <event2/event.h>
+#include <stddef.h>
+#include <unistd.h>
#include "conffile.h"
#include "reexport_backend.h"
#include "reexport.h"
--- a/support/reexport/reexport.c
+++ b/support/reexport/reexport.c
@@ -5,6 +5,8 @@
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif
+#include <stddef.h>
+#include <unistd.h>
#include <sys/types.h>
#include <sys/vfs.h>
#include <errno.h>