summaryrefslogtreecommitdiff
path: root/gcc/collect-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/collect-utils.h')
-rw-r--r--gcc/collect-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/collect-utils.h b/gcc/collect-utils.h
index 2989c6b1da0..ba1985e0e21 100644
--- a/gcc/collect-utils.h
+++ b/gcc/collect-utils.h
@@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_COLLECT_UTILS_H
+#define GCC_COLLECT_UTILS_H
+
/* Provided in collect-utils.c. */
extern void notice (const char *, ...)
__attribute__ ((format (printf, 1, 2)));
@@ -42,3 +45,5 @@ extern const char tool_name[];
/* Called by utils_cleanup. */
extern void tool_cleanup (bool);
extern void maybe_unlink (const char *);
+
+#endif /* GCC_COLLECT_UTILS_H */