summaryrefslogtreecommitdiffstats
path: root/include/bbs.h
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-13 19:18:45 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-13 19:18:45 +0800
commit5eaead97b7f0a42bfea7438a772a8e338834cb0d (patch)
tree50eafe4c35894714776bdfdee0b40bb26828d8d9 /include/bbs.h
parent0c859e258ebdfcb14eca5cbe55395c3dd96066a2 (diff)
downloadpttbbs-5eaead97b7f0a42bfea7438a772a8e338834cb0d.tar
pttbbs-5eaead97b7f0a42bfea7438a772a8e338834cb0d.tar.gz
pttbbs-5eaead97b7f0a42bfea7438a772a8e338834cb0d.tar.bz2
pttbbs-5eaead97b7f0a42bfea7438a772a8e338834cb0d.tar.lz
pttbbs-5eaead97b7f0a42bfea7438a772a8e338834cb0d.tar.xz
pttbbs-5eaead97b7f0a42bfea7438a772a8e338834cb0d.tar.zst
pttbbs-5eaead97b7f0a42bfea7438a772a8e338834cb0d.zip
partial fix dietlibc supplemental library
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4352 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/bbs.h')
-rw-r--r--include/bbs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bbs.h b/include/bbs.h
index 6e604626..63054477 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -49,6 +49,10 @@ extern "C" {
#include "cmsys.h"
#include "cmbbs.h"
+#ifdef __dietlibc__
+#include "cmdiet.h"
+#endif
+
#include "ansi.h"
#include "visio.h"
#include "statistic.h"