mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
34 lines
724 B
Diff
34 lines
724 B
Diff
--- a/src/rpcsvc/nislib.h
|
|
+++ b/src/rpcsvc/nislib.h
|
|
@@ -16,6 +16,8 @@
|
|
License along with the GNU C Library; if not, see
|
|
<http://www.gnu.org/licenses/>. */
|
|
|
|
+#include <sys/cdefs.h>
|
|
+
|
|
#ifndef __RPCSVC_NISLIB_H__
|
|
#define __RPCSVC_NISLIB_H__
|
|
|
|
--- a/src/rpcsvc/ypclnt.h
|
|
+++ b/src/rpcsvc/ypclnt.h
|
|
@@ -16,6 +16,7 @@
|
|
License along with the GNU C Library; if not, see
|
|
<http://www.gnu.org/licenses/>. */
|
|
|
|
+#include <sys/cdefs.h>
|
|
|
|
#ifndef __RPCSVC_YPCLNT_H__
|
|
#define __RPCSVC_YPCLNT_H__
|
|
|
|
/* Some defines */
|
|
--- a/src/rpcsvc/ypupd.h
|
|
+++ b/src/rpcsvc/ypupd.h
|
|
@@ -33,6 +33,7 @@
|
|
#ifndef __RPCSVC_YPUPD_H__
|
|
#define __RPCSVC_YPUPD_H__
|
|
|
|
+#include <sys/cdefs.h>
|
|
#include <rpc/rpc.h>
|
|
|
|
#define MAXMAPNAMELEN 255
|
|
|