summaryrefslogtreecommitdiffstats
path: root/motd.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2014-12-09 10:31:37 +0900
committerFreeArtMan <dos21h@gmail.com>2014-12-09 10:31:37 +0900
commita57c6bed8f6ab7d0f4355190c0cff7cd913da6a0 (patch)
treec8b85b9de364cb63678d05625bdff6a2cf12ecda /motd.h
parentdc4bbe5366d6c733f9f77b7c9fee0cbba3e0d92b (diff)
downloadmicrobbs-a57c6bed8f6ab7d0f4355190c0cff7cd913da6a0.tar.gz
microbbs-a57c6bed8f6ab7d0f4355190c0cff7cd913da6a0.zip
New planned functionality. Menuconfig support. Simple captcha.
Diffstat (limited to 'motd.h')
-rw-r--r--motd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/motd.h b/motd.h
index e64d06c..5837645 100644
--- a/motd.h
+++ b/motd.h
@@ -5,6 +5,8 @@
#include <stdlib.h>
#include <string.h>
+#include "kconfig.h"
+
#include "libterm/print_utils.h"
#include "libterm/term.h"