diff options
Diffstat (limited to 'target-sh4/gdbstub.c')
-rw-r--r-- | target-sh4/gdbstub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sh4/gdbstub.c b/target-sh4/gdbstub.c index a365a27aad..1b59ea8c73 100644 --- a/target-sh4/gdbstub.c +++ b/target-sh4/gdbstub.c @@ -17,7 +17,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include "config.h" +#include "qemu/osdep.h" #include "qemu-common.h" #include "exec/gdbstub.h" |