summaryrefslogtreecommitdiffstats
path: root/gcc/protoize.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r--gcc/protoize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c
index 447958729bd..a0a3110b286 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -39,8 +39,6 @@ Boston, MA 02111-1307, USA. */
#include "config.h"
-#include "intl.h"
-
#if 0
/* Users are not supposed to use _POSIX_SOURCE to say the
system is a POSIX system. That is not what _POSIX_SOURCE means! -- rms */
@@ -60,6 +58,8 @@ Boston, MA 02111-1307, USA. */
#endif
#include "system.h"
+#include "intl.h"
+
#if ! defined (_WIN32) || defined (__CYGWIN__)
#if defined(POSIX) || defined(CONCURRENT)
#include <dirent.h>
OpenPOWER on IntegriCloud