putenv.c: Include ansidecl.h to define `const'.
[platform/upstream/gcc.git] / libiberty / setenv.c
index 0ecc2ca..8a039d1 100644 (file)
@@ -20,6 +20,8 @@
 # include <config.h>
 #endif
 
+#include "ansidecl.h"
+
 #include <errno.h>
 #if !defined(errno) && !defined(HAVE_ERRNO_DECL)
 extern int errno;