summaryrefslogtreecommitdiffstats
path: root/logs.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-01-11 17:49:03 +0900
committerFreeArtMan <dos21h@gmail.com>2015-01-11 17:49:03 +0900
commit9b3d5f87e7718b00f786531b58bf102cdadc8264 (patch)
tree51c445bbfd347353bcbc1412aaec654819739555 /logs.h
parent4e148546810a2902dff9444526e47c9569c79b64 (diff)
downloadmicrobbs-9b3d5f87e7718b00f786531b58bf102cdadc8264.tar.gz
microbbs-9b3d5f87e7718b00f786531b58bf102cdadc8264.zip
Added primitive authentification support
Diffstat (limited to 'logs.h')
-rw-r--r--logs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/logs.h b/logs.h
index 590f476..0c1fff4 100644
--- a/logs.h
+++ b/logs.h
@@ -6,6 +6,8 @@
#include <syslog.h>
#include <unistd.h>
+#include "buildinfo.h"
+
#define BBS_DEFAULT_SYSLOG "microbbs"
int bbs_log_main( const char* );