xtensa-config.c: missing defs.h include.
authorPedro Alves <palves@redhat.com>
Wed, 22 Jan 2014 12:01:53 +0000 (12:01 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 22 Jan 2014 12:03:29 +0000 (12:03 +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 caed724..107ed98 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-22  Pedro Alves  <palves@redhat.com>
+
+       * xtensa-config.c: Include defs.h.
+
 2014-01-22  Joel Brobecker  <brobecker@adacore.com>
 
        * common/common-utils.h: Add "ARI:" comment beside __func__
index 19a33bb..345b334 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"