aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracectf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tracectf.h')
-rw-r--r--gdb/tracectf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tracectf.h b/gdb/tracectf.h
index 08a681c..9f821c5 100644
--- a/gdb/tracectf.h
+++ b/gdb/tracectf.h
@@ -17,9 +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 CTF_H
-#define CTF_H
+#ifndef GDB_TRACECTF_H
+#define GDB_TRACECTF_H
extern struct trace_file_writer *ctf_trace_file_writer_new (void);
-#endif
+#endif /* GDB_TRACECTF_H */