summaryrefslogtreecommitdiff
path: root/signame.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-04-29 19:47:58 +0000
committerRoland McGrath <roland@redhat.com>1995-04-29 19:47:58 +0000
commitcebdba9dfac165b2d76d8efd84ed836634c4c1c7 (patch)
tree7045b8eddbb6876c533040eb81fe1dad3d986017 /signame.c
parent4ea152e71ba100d11746fb82a68558e73d2134f7 (diff)
downloadgunmake-cebdba9dfac165b2d76d8efd84ed836634c4c1c7.tar.gz
Move include of config.h before all others.
Diffstat (limited to 'signame.c')
-rw-r--r--signame.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/signame.c b/signame.c
index 637b060..96a6cfe 100644
--- a/signame.c
+++ b/signame.c
@@ -15,14 +15,14 @@ You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-#include <stdio.h>
-#include <sys/types.h> /* Some systems need this for <signal.h>. */
-#include <signal.h>
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include <stdio.h>
+#include <sys/types.h> /* Some systems need this for <signal.h>. */
+#include <signal.h>
+
/* Some systems declare `sys_siglist in <unistd.h>; if
configure defined SYS_SIGLIST_DECLARED, it may expect
to find the declaration there. */