summaryrefslogtreecommitdiff
path: root/gdb/common/scoped_fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/scoped_fd.h')
-rw-r--r--gdb/common/scoped_fd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/common/scoped_fd.h b/gdb/common/scoped_fd.h
index c4a494b7018..1b6f4c9b2ac 100644
--- a/gdb/common/scoped_fd.h
+++ b/gdb/common/scoped_fd.h
@@ -21,6 +21,8 @@
#define COMMON_SCOPED_FD_H
#include <unistd.h>
+
+/* Local non-gdb includes. */
#include "filestuff.h"
/* A smart-pointer-like class to automatically close a file descriptor. */