summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-19 21:24:14 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-19 21:24:14 +0800
commitf807e4d5b72507336d691fd79eac4bccdef85ddb (patch)
treee06f0ec2ca630559504231dbc2122b2301386312 /include
parent66328f0a996dae3dc365d36dc5a9d0fd1ce78145 (diff)
downloadpttbbs-f807e4d5b72507336d691fd79eac4bccdef85ddb.tar
pttbbs-f807e4d5b72507336d691fd79eac4bccdef85ddb.tar.gz
pttbbs-f807e4d5b72507336d691fd79eac4bccdef85ddb.tar.bz2
pttbbs-f807e4d5b72507336d691fd79eac4bccdef85ddb.tar.lz
pttbbs-f807e4d5b72507336d691fd79eac4bccdef85ddb.tar.xz
pttbbs-f807e4d5b72507336d691fd79eac4bccdef85ddb.tar.zst
pttbbs-f807e4d5b72507336d691fd79eac4bccdef85ddb.zip
add some assert() code, but disable first.
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@636 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/bbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bbs.h b/include/bbs.h
index a83cd84f..87b038a7 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <string.h>
+#include <assert.h>
#include <stdlib.h>
#include <stdarg.h>
#include <setjmp.h>