summaryrefslogtreecommitdiff
path: root/callback_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'callback_table.h')
-rw-r--r--callback_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/callback_table.h b/callback_table.h
index 15c8d4d6a..f555fcf60 100644
--- a/callback_table.h
+++ b/callback_table.h
@@ -3,7 +3,7 @@
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H
-#include "functions.h"
+#include "command.h"
extern CommandCallback *_callback_table[];
extern const int _callback_table_count;