forked from Imagelibrary/binutils-gdb
Avoid compiler warnings about incomplete parameter types.
gdb/ChangeLog: * dcache.h: Include target.h, to avoid compile time warnings.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user