From 62575b6338d060f3ff6ca25a784eabef443ce41b Mon Sep 17 00:00:00 2001 From: bsiegert Date: Sun, 21 Aug 2005 12:43:55 +0000 Subject: [PATCH] Move include to the top. Unbreaks mksh compilation on Darwin, where contains several struct timeval references, but this struct is only defined in . agreed tg@ --- jobs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs.c b/jobs.c index d3e59cf..04ce709 100644 --- a/jobs.c +++ b/jobs.c @@ -1,13 +1,13 @@ -/** $MirOS: src/bin/mksh/jobs.c,v 1.3 2005/07/04 12:27:26 tg Exp $ */ +/** $MirOS: src/bin/mksh/jobs.c,v 1.4 2005/08/21 12:43:55 bsiegert Exp $ */ /* $OpenBSD: jobs.c,v 1.34 2005/03/30 17:16:37 deraadt Exp $ */ #include "sh.h" +#include #include #include -#include #include -__RCSID("$MirOS: src/bin/mksh/jobs.c,v 1.3 2005/07/04 12:27:26 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/jobs.c,v 1.4 2005/08/21 12:43:55 bsiegert Exp $"); /* Order important! */ #define PRUNNING 0