about summary refs log tree commit diff stats
path: root/src/plugins/profapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/profapi.h')
-rw-r--r--src/plugins/profapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/profapi.h b/src/plugins/profapi.h
index cde726f7..1e2e8b01 100644
--- a/src/plugins/profapi.h
+++ b/src/plugins/profapi.h
@@ -32,8 +32,8 @@
  *
  */
 
-#ifndef PROF_API_H
-#define PROF_API_H
+#ifndef PLUGINS_PROF_API_H
+#define PLUGINS_PROF_API_H
 
 #define prof_register_command(command_name, min_args, max_args, synopsis, description, arguments, examples, callback) _prof_register_command(__FILE__, command_name, min_args, max_args, synopsis, description, arguments, examples, callback)
 #define prof_register_timed(callback, interval_seconds) _prof_register_timed(__FILE__, callback, interval_seconds)