src/setup.h: add conditional include of assert.h

This commit is contained in:
Yang Tse 2011-09-16 21:12:32 +02:00
parent 4322d512ea
commit 93579cc363
1 changed files with 4 additions and 0 deletions

View File

@ -149,6 +149,10 @@
#endif
#include <stdio.h>
#ifdef HAVE_ASSERT_H
#include <assert.h>
#endif
#ifdef __TANDEM
#include <floss.h>