blob: ce55c439a2ac84e4b2fa3a0c4ba4173571a118af (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./sbin/mount/sundries.h.orig
+++ ./sbin/mount/sundries.h
@@ -15,7 +15,7 @@
#include <signal.h>
#include <stdarg.h>
#include <stdlib.h>
-#if !defined(bool_t) && !defined(__GLIBC__)
+#if !defined(bool_t) && !defined(__GLIBC__) && HAVE_RPC_TYPES_H
#include <rpc/types.h>
#endif
|