You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
370 B
11 lines
370 B
--- makedbm/makedbm.c.headers 2017-02-21 13:57:23.933293831 +0100
|
|
+++ makedbm/makedbm.c 2017-02-21 13:57:48.141286207 +0100
|
|
@@ -30,6 +30,7 @@
|
|
#include <netdb.h>
|
|
#include <rpc/rpc.h>
|
|
#include <rpcsvc/yp_prot.h>
|
|
+#include "yp.h"
|
|
|
|
#if defined (__NetBSD__) || (defined(__GLIBC__) && (__GLIBC__ == 2 && __GLIBC_MINOR__ == 0))
|
|
/* <rpc/rpc.h> is missing the prototype */
|