about summary refs log tree commit diff
path: root/sysdeps/generic/signame.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/signame.c')
-rw-r--r--sysdeps/generic/signame.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/generic/signame.c b/sysdeps/generic/signame.c
index 637b060bf5..96a6cfe15c 100644
--- a/sysdeps/generic/signame.c
+++ b/sysdeps/generic/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.  */