summaryrefslogtreecommitdiff
path: root/gdb/common/scoped_mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/scoped_mmap.c')
-rw-r--r--gdb/common/scoped_mmap.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/gdb/common/scoped_mmap.c b/gdb/common/scoped_mmap.c
index 1bd980c09a5..1141b3a8b72 100644
--- a/gdb/common/scoped_mmap.c
+++ b/gdb/common/scoped_mmap.c
@@ -17,11 +17,18 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include "defs.h"
-#include "scoped_mmap.h"
+#include "common/common-defs.h"
+#include "common/scoped_mmap.h"
+
+/* Local non-gdb includes. */
#include "scoped_fd.h"
+
+/* Local subdirectory includes. */
#include "common/filestuff.h"
+/* Local includes. */
+#include "defs.h"
+
#ifdef HAVE_SYS_MMAN_H
scoped_mmap