aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/procfs.h')
-rw-r--r--gdb/procfs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/procfs.h b/gdb/procfs.h
index 8bbc1e5..d92a5e8 100644
--- a/gdb/procfs.h
+++ b/gdb/procfs.h
@@ -17,6 +17,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#ifndef PROCFS_H
+#define PROCFS_H
+
/* Return a ptid for which we guarantee we will be able to find a
'live' procinfo. */
@@ -28,3 +31,4 @@ struct ssd;
extern struct ssd *procfs_find_LDT_entry (ptid_t);
#endif
+#endif /* PROCFS_H */