diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 99125517dff2..52ef3a8d0e0a 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2000/06/20 06:00:34 thorpej Exp $ +# $NetBSD: Makefile,v 1.43 2000/07/03 03:34:25 matt Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 PROG= ftpd SRCS= cmds.c conf.c ftpd.c ftpcmd.y logutmp.c logwtmp.c popen.c -CPPFLAGS+=-DHASSETPROCTITLE +CPPFLAGS+=-DHASSETPROCTITLE -I${.CURDIR} # CPPFLAGS+=-DDEBUG # XXX for lukem testing DPADD+= ${LIBCRYPT} ${LIBUTIL} LDADD+= -lcrypt -lutil diff --git a/libexec/identd/config.c b/libexec/identd/config.c index c779dc6194c5..cbc9f9410b3d 100644 --- a/libexec/identd/config.c +++ b/libexec/identd/config.c @@ -1,4 +1,4 @@ -/* $NetBSD: config.c,v 1.5 1998/07/15 07:31:56 msaitoh Exp $ */ +/* $NetBSD: config.c,v 1.6 2000/07/03 03:34:26 matt Exp $ */ /* ** config.c This file handles the config file @@ -17,6 +17,7 @@ #include #include +#include #include #include