From ebd32784ce2029d0461a90a79bc4e37f8d051765 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 15 Feb 2019 21:51:35 +0100 Subject: Add missing header wrappers under include/ With a complete set of wrapper headers, it will be possible to check for automatically for new installed headers which lack such wrappers. Reviewed-by: Carlos O'Donell --- include/rpcsvc/bootparam.h | 1 + include/rpcsvc/yp_prot.h | 1 + 2 files changed, 2 insertions(+) create mode 100644 include/rpcsvc/bootparam.h create mode 100644 include/rpcsvc/yp_prot.h (limited to 'include/rpcsvc') diff --git a/include/rpcsvc/bootparam.h b/include/rpcsvc/bootparam.h new file mode 100644 index 0000000000..87e4eef218 --- /dev/null +++ b/include/rpcsvc/bootparam.h @@ -0,0 +1 @@ +#include diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h new file mode 100644 index 0000000000..ab1ca10a28 --- /dev/null +++ b/include/rpcsvc/yp_prot.h @@ -0,0 +1 @@ +#include -- cgit 1.4.1