From: Andrew Cooper Date: Tue, 27 Aug 2013 09:29:03 +0000 (+0200) Subject: fix gdbstub build c/s c8177e691f X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6454 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=44db24103ff1c53a13afebf4d72ad853cee07786;p=xen.git fix gdbstub build c/s c8177e691f That changeset moved the watchdog functions from nmi.h to their own watchdog.h. I thought I had updated all relevant header files and the compiler was happy as well. However, gdbstub is not even compiled by default, and I accidentally missed it. Signed-off-by: Andrew Cooper --- diff --git a/xen/common/gdbstub.c b/xen/common/gdbstub.c index 2baa91a238..67ff726b21 100644 --- a/xen/common/gdbstub.c +++ b/xen/common/gdbstub.c @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include #include