fix gdbstub build c/s c8177e691f
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 27 Aug 2013 09:29:03 +0000 (11:29 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 27 Aug 2013 09:29:03 +0000 (11:29 +0200)
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 <andrew.cooper3@citrix.com>
xen/common/gdbstub.c

index 2baa91a2382b82f1644b98788f006d2a1642e3d4..67ff726b218f79ee235165320db09c4cea49e504 100644 (file)
@@ -38,7 +38,7 @@
 #include <xen/spinlock.h>
 #include <xen/serial.h>
 #include <xen/irq.h>
-#include <xen/nmi.h>
+#include <xen/watchdog.h>
 #include <asm/debugger.h>
 #include <xen/init.h>
 #include <xen/smp.h>