diff options
Diffstat (limited to 'gdb/nbsd-tdep.c')
-rw-r--r-- | gdb/nbsd-tdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/nbsd-tdep.c b/gdb/nbsd-tdep.c index a0d512b0f1e..80a0990d36d 100644 --- a/gdb/nbsd-tdep.c +++ b/gdb/nbsd-tdep.c @@ -20,9 +20,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "solib-svr4.h" #include "nbsd-tdep.h" +/* Local includes. */ +#include "solib-svr4.h" + /* FIXME: kettenis/20060115: We should really eliminate the next two functions completely. */ |