* i386nbsd-nat.c: Update copyright years.
[binutils-gdb.git] / gdb / i386nbsd-nat.c
index d8537fad6bff2940098ef85c68390937ea2743cb..a3d5d6344db436368d65f05018440fdb74f6fc26 100644 (file)
@@ -1,5 +1,5 @@
 /* Native-dependent code for NetBSD/i386, for GDB.
-   Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001
+   Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -28,6 +28,9 @@
 #include "gdbcore.h" /* for registers_fetched() */
 #include "regcache.h"
 
+/* Defines for XMM0_REGNUM etc. */
+#include "i386-tdep.h"
+
 #define RF(dst, src) \
        memcpy(&registers[REGISTER_BYTE(dst)], &src, sizeof(src))