about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-31 23:38:08 +0000
committerJames Booth <boothj5@gmail.com>2015-10-31 23:38:08 +0000
commit17488ca3462380cfc3be5ec1d6bac2675a45cc90 (patch)
tree7cda45bb6ff0c1d711846c2bf5dce759da660aca /src/main.c
parent8a7e2c19f9939fb738a89de23998d59a6a7bc5cf (diff)
downloadprofani-tty-17488ca3462380cfc3be5ec1d6bac2675a45cc90.tar.gz
Added missing config.h includes
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 968ddf8a..0a49180b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -31,10 +31,12 @@
  * source files in the program, then also delete it here.
  *
  */
+
+#include "config.h"
+
 #include <string.h>
 #include <glib.h>
 
-#include "config.h"
 #ifdef HAVE_GIT_VERSION
 #include "gitversion.h"
 #endif