summaryrefslogtreecommitdiffstats
path: root/dm
diff options
context:
space:
mode:
Diffstat (limited to 'dm')
-rw-r--r--dm/dm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dm/dm.c b/dm/dm.c
index bf820688..bbd0c447 100644
--- a/dm/dm.c
+++ b/dm/dm.c
@@ -50,6 +50,7 @@ static char sccsid[] = "@(#)dm.c 5.16 (Berkeley) 2/28/91";
#include <nlist.h>
#include <stdio.h>
#include <ctype.h>
+#include <string.h>
#include "pathnames.h"
extern int errno;
@@ -89,7 +90,7 @@ main(argc, argv)
play(args)
char **args;
{
- char pbuf[MAXPATHLEN], *strcpy(), *strerror();
+ char pbuf[MAXPATHLEN];
(void)strcpy(pbuf, _PATH_HIDE);
(void)strcpy(pbuf + sizeof(_PATH_HIDE) - 1, game);