]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
xtensa-config.c: missing defs.h include.
authorPedro Alves <palves@redhat.com>
Wed, 22 Jan 2014 12:17:26 +0000 (12:17 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 22 Jan 2014 12:19:33 +0000 (12:19 +0000)
All .c files must start by including defs.h.

2014-01-22  Pedro Alves  <palves@redhat.com>

* xtensa-config.c: Include defs.h.

gdb/ChangeLog
gdb/xtensa-config.c

index d1274d1b1b29cc7d37b97c2647a8d5e09dc5a5c1..927278d884bf8b3b5807be73c205a0b102512ece 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 19a33bbdd3616c77263645b89d4b906f4a562a54..345b334879de72d37521e05b7b675de57c806488 100644 (file)
@@ -17,6 +17,8 @@
    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"