mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 21:02:25 +01:00
14 lines
261 B
Diff
14 lines
261 B
Diff
--- ./src/getpublickey.c.orig
|
|
+++ ./src/getpublickey.c
|
|
@@ -38,8 +38,10 @@
|
|
#include <pwd.h>
|
|
#include <rpc/rpc.h>
|
|
#include <rpc/key_prot.h>
|
|
+#ifdef YP
|
|
#include <rpcsvc/yp_prot.h>
|
|
#include <rpcsvc/ypclnt.h>
|
|
+#endif
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
|