Module Name: src
Committed By: martin
Date: Sun Aug 16 18:43:08 UTC 2009
Modified Files:
src/usr.bin/ldd: ldd_aout.c
Log Message:
More missing <sys/exec_aout.h>
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/ldd/ldd_aout.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/ldd/ldd_aout.c
diff -u src/usr.bin/ldd/ldd_aout.c:1.3 src/usr.bin/ldd/ldd_aout.c:1.4
--- src/usr.bin/ldd/ldd_aout.c:1.3 Tue Feb 3 03:01:02 2009
+++ src/usr.bin/ldd/ldd_aout.c Sun Aug 16 18:43:08 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: ldd_aout.c,v 1.3 2009/02/03 03:01:02 mrg Exp $ */
+/* $NetBSD: ldd_aout.c,v 1.4 2009/08/16 18:43:08 martin Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -31,11 +31,12 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ldd_aout.c,v 1.3 2009/02/03 03:01:02 mrg Exp $");
+__RCSID("$NetBSD: ldd_aout.c,v 1.4 2009/08/16 18:43:08 martin Exp $");
#endif /* not lint */
#include <sys/types.h>
#include <sys/wait.h>
+#include <sys/exec_aout.h>
#include <a.out.h>
#include <err.h>