about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-19 21:25:21 +0100
committerJames Booth <boothj5@gmail.com>2014-05-19 21:25:21 +0100
commit01664547942bb7239cc6374c2966e054ad0c6a43 (patch)
treec189921a5d4d914f205317960c95e2e42f2f6754 /src/command/commands.c
parent7b4eaa1c23bfa5ec0a4d4b1425c444dbe8f1081c (diff)
downloadprofani-tty-01664547942bb7239cc6374c2966e054ad0c6a43.tar.gz
Added config.h to files checking for OTR support
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 9a6cf919..fd50f08b 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -20,6 +20,8 @@
  *
  */
 
+#include "config.h"
+
 #include <string.h>
 #include <stdlib.h>
 #include <errno.h>