]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mountd/svc_run.c
nfs-utils: Include legacy or TI-RPC headers, not both
[nfs-utils.git] / utils / mountd / svc_run.c
index 422e839c171176638e66c32b53fa2af8a63f3886..5ba5af6ddc7eb10915b3695f623e4ba6e47ceeca 100644 (file)
 #include <errno.h>
 #include <time.h>
 
+#ifdef HAVE_LIBTIRPC
+#include <rpc/rpc_com.h>
+#endif
+
 void cache_set_fds(fd_set *fdset);
 int cache_process_req(fd_set *readfds);