From 21dc09c165ef3763261ba073ea1304ef719e9be6 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 17 Nov 2015 18:21:49 +0000 Subject: include fix. dbm is ndbm and memory is string. ok deraadt. --- usr.sbin/ypserv/yppush/yppush_svc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ypserv/yppush') diff --git a/usr.sbin/ypserv/yppush/yppush_svc.c b/usr.sbin/ypserv/yppush/yppush_svc.c index 0bd62b828d5..b0ed5cb6cfd 100644 --- a/usr.sbin/ypserv/yppush/yppush_svc.c +++ b/usr.sbin/ypserv/yppush/yppush_svc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yppush_svc.c,v 1.14 2015/01/15 00:40:23 deraadt Exp $ */ +/* $OpenBSD: yppush_svc.c,v 1.15 2015/11/17 18:21:48 tedu Exp $ */ /* * Copyright (c) 1996 Mats O Jansson @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3