about summary refs log tree commit diff stats
path: root/src/log.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-05 20:58:19 +0000
committerJames Booth <boothj5@gmail.com>2014-01-05 20:58:19 +0000
commitda03617e8becf41242495f7b1ce2ecbd9d1667ca (patch)
tree6afdd2aa8b6fc3929df9af8bd40114222967194e /src/log.h
parent87cdbe015a8dfe20067b2933322a7c9ca17745f2 (diff)
downloadprofani-tty-da03617e8becf41242495f7b1ce2ecbd9d1667ca.tar.gz
Moved handle_login_account_success to server_events
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index 25cbd1bb..3d0b3bae 100644
--- a/src/log.h
+++ b/src/log.h
@@ -23,6 +23,8 @@
 #ifndef LOG_H
 #define LOG_H
 
+#include "glib.h"
+
 // log levels
 typedef enum {
     PROF_LEVEL_DEBUG,