summaryrefslogtreecommitdiff
path: root/usr.bin/lndir/lndir.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-19 14:20:19 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-19 14:20:19 +0000
commita650bac6a9a49bfba338548237dac8e549a07936 (patch)
treed67eb725b36a92959ccb0263f27508e11ef62b1a /usr.bin/lndir/lndir.c
parent3e39ce9397a511e6ed08dffd61f2d8c13fd02241 (diff)
We need a malloc prototype for alphas
Diffstat (limited to 'usr.bin/lndir/lndir.c')
-rw-r--r--usr.bin/lndir/lndir.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/lndir/lndir.c b/usr.bin/lndir/lndir.c
index 0bff860bdb3..361fdab3f12 100644
--- a/usr.bin/lndir/lndir.c
+++ b/usr.bin/lndir/lndir.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lndir.c,v 1.3 1996/08/19 06:50:16 downsj Exp $ */
+/* $OpenBSD: lndir.c,v 1.4 1996/08/19 14:20:18 niklas Exp $ */
/* $XConsortium: lndir.c /main/15 1995/08/30 10:56:18 gildea $ */
/* Create shadow link tree (after X11R4 script of the same name)
Mark Reinhold (mbr@lcs.mit.edu)/3 January 1990 */
@@ -45,6 +45,7 @@ in this Software without prior written authorization from the X Consortium.
*/
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/param.h>