All .c files must start by including defs.h.
2014-01-22 Pedro Alves <palves@redhat.com>
* xtensa-config.c: Include defs.h.
+2014-01-22 Pedro Alves <palves@redhat.com>
+
+ * xtensa-config.c: Include defs.h.
+
2014-01-22 Baruch Siach <baruch@tkos.co.il>
* xtensa-linux-nat.c: Include asm/ptrace.h.
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 "defs.h"
+
#define XTENSA_CONFIG_VERSION 0x60
#include "xtensa-config.h"