]> 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:22:26 +0000 (12:22 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 22 Jan 2014 12:22:55 +0000 (12:22 +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 c29fa6fd8a4cc0f94b259486ecdeea37c8d65b77..456c6d3d4aa49868c5adfebbc50b475ac922f05a 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 3b248f4f0c063d3502892008d4584cd72dde8fc7..5ba7590019d49201776d4606e5ecd1614d71dd85 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"