+2010-01-09 Joel Brobecker <brobecker@adacore.com>
+
+ Fix build failure of solaris-hosted cross debuggers.
+ * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
+
2010-01-09 Joel Brobecker <brobecker@adacore.com>
Fix build failure on sparc-solaris.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include <ctype.h>
#include "defs.h"
+#include <ctype.h>
#include "gdb_string.h"
#include "symtab.h"
#include "gdbtypes.h"