diff options
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/Makefile | 3 | ||||
-rw-r--r-- | nfs/mount.c | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/nfs/Makefile b/nfs/Makefile index 265d0273..32cf4f53 100644 --- a/nfs/Makefile +++ b/nfs/Makefile @@ -30,3 +30,6 @@ HURDLIBS = netfs fshelp iohelp ports ihash shouldbeinlibc LDLIBS = -lpthread include ../Makeconf + +CFLAGS += $(libtirpc_CFLAGS) +LDLIBS += $(libtirpc_LIBS) diff --git a/nfs/mount.c b/nfs/mount.c index 29b203aa..f8318c27 100644 --- a/nfs/mount.c +++ b/nfs/mount.c @@ -20,6 +20,7 @@ #define malloc a_byte_for_every_bozotic_sun_lossage_and_youd_need_a_lotta_ram #include <rpc/types.h> +#include <rpc/xdr.h> #undef TRUE /* Get rid of sun defs. */ #undef FALSE #undef malloc |