summaryrefslogtreecommitdiff
path: root/gdb/core-aout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/core-aout.c')
-rw-r--r--gdb/core-aout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/core-aout.c b/gdb/core-aout.c
index 9af47ab0900..fea1a0f08d6 100644
--- a/gdb/core-aout.c
+++ b/gdb/core-aout.c
@@ -41,7 +41,7 @@
/* These are needed on various systems to expand REGISTER_U_ADDR. */
#ifndef USG
-#include <sys/dir.h>
+#include "gdb_dirent.h"
#include <sys/file.h>
#include "gdb_stat.h"
#include <sys/user.h>