diff options
| author | martin <martin@NetBSD.org> | 2003-06-23 11:00:59 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2003-06-23 11:00:59 +0000 |
| commit | d505b1896451ca06704a416909a0acf1a0bc6c2e (patch) | |
| tree | 0e08d6150ad904e26c6a770c8e860387fdf33d7e /sys/lib/libsa/exec.c | |
| parent | 439470c9f02f793a084a56748274a34ae984999c (diff) | |
Make sure to include opt_foo.h if a defflag option FOO is used.
Diffstat (limited to 'sys/lib/libsa/exec.c')
| -rw-r--r-- | sys/lib/libsa/exec.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libsa/exec.c b/sys/lib/libsa/exec.c index 89b4d7baafc..39cd71cc470 100644 --- a/sys/lib/libsa/exec.c +++ b/sys/lib/libsa/exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: exec.c,v 1.19 1999/11/13 21:17:56 thorpej Exp $ */ +/* $NetBSD: exec.c,v 1.20 2003/06/23 11:02:08 martin Exp $ */ /*- * Copyright (c) 1982, 1986, 1990, 1993 @@ -33,6 +33,8 @@ * SUCH DAMAGE. */ +#include "opt_insecure.h" + #include <sys/param.h> #include <sys/reboot.h> #ifndef INSECURE |
