Avoid compiler warnings about incomplete parameter types.
authorEli Zaretskii <eliz@gnu.org>
Fri, 15 Aug 2014 14:04:27 +0000 (17:04 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Aug 2014 14:04:27 +0000 (17:04 +0300)
gdb/ChangeLog:

* dcache.h: Include target.h, to avoid compile time warnings.

gdb/ChangeLog
gdb/dcache.h

index 6aa6592..78d1635 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * dcache.h: Include target.h, to avoid compile time warnings.
+
 2014-08-15  Joel Brobecker  <brobecker@adacore.com>
 
        * gdbarch.sh: #include "frame.h" in gdbarch.h.  Delete "struct
index 020abd6..75c2b3e 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef DCACHE_H
 #define DCACHE_H
 
+#include "target.h"    /* for enum target_xfer_status */
+
 typedef struct dcache_struct DCACHE;
 
 /* Invalidate DCACHE.  */