From c989e80e4dda5dbbfbaa48070ef683e8fe4f221a Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Wed, 5 Aug 1998 08:51:48 +0000 Subject: [PATCH] Move the include of to before . --- include/signal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/signal.h b/include/signal.h index 1c1b55e49a17..b900f0127600 100644 --- a/include/signal.h +++ b/include/signal.h @@ -38,8 +38,8 @@ #include #include -#include #include +#include #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) extern __const char *__const sys_signame[NSIG];