src/setup.h: add conditional include of assert.h
authorYang Tse <yangsita@gmail.com>
Fri, 16 Sep 2011 19:12:32 +0000 (21:12 +0200)
committerYang Tse <yangsita@gmail.com>
Fri, 16 Sep 2011 19:12:32 +0000 (21:12 +0200)
src/setup.h

index fb6f4e6..c7e7cf9 100644 (file)
 #endif
 
 #include <stdio.h>
+#ifdef HAVE_ASSERT_H
+#include <assert.h>
+#endif
+
 
 #ifdef __TANDEM
 #include <floss.h>