diff options
| author | 1996-06-10 07:27:59 +0000 | |
|---|---|---|
| committer | 1996-06-10 07:27:59 +0000 | |
| commit | e3aa3551e0b5d209ccc23509a1f9c40373fce46c (patch) | |
| tree | 0ba0ec8f03d3c3f4a432995c1ac6299447076f08 /sys/lib/libsa/exec.c | |
| parent | 64 bit clean (diff) | |
| download | wireguard-openbsd-e3aa3551e0b5d209ccc23509a1f9c40373fce46c.tar.xz wireguard-openbsd-e3aa3551e0b5d209ccc23509a1f9c40373fce46c.zip | |
pull string.h at right place
Diffstat (limited to 'sys/lib/libsa/exec.c')
| -rw-r--r-- | sys/lib/libsa/exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/exec.c b/sys/lib/libsa/exec.c index ba82c940aba..02300ffc300 100644 --- a/sys/lib/libsa/exec.c +++ b/sys/lib/libsa/exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: exec.c,v 1.12 1996/05/14 10:28:18 leo Exp $ */ +/* $NetBSD: exec.c,v 1.12.4.1 1996/06/02 12:08:48 ragge Exp $ */ /*- * Copyright (c) 1982, 1986, 1990, 1993 @@ -33,13 +33,13 @@ * SUCH DAMAGE. */ -#include <string.h> #include <sys/param.h> #include <sys/reboot.h> #ifndef INSECURE #include <sys/stat.h> #endif #include <a.out.h> +#include <string.h> #include "stand.h" |
