summaryrefslogtreecommitdiff
path: root/gdb/common/fileio.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/fileio.h')
-rw-r--r--gdb/common/fileio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/common/fileio.h b/gdb/common/fileio.h
index 7a2e7c2817e..d31f47feb81 100644
--- a/gdb/common/fileio.h
+++ b/gdb/common/fileio.h
@@ -20,9 +20,11 @@
#ifndef COMMON_FILEIO_H
#define COMMON_FILEIO_H
-#include "gdb/fileio.h"
#include <sys/stat.h>
+/* Local non-gdb includes. */
+#include "gdb/fileio.h"
+
/* Convert a host-format errno value to a File-I/O error number. */
extern int host_to_fileio_error (int error);