Commit 93579cc3 authored by Yang Tse's avatar Yang Tse
Browse files

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

parent 4322d512
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -149,6 +149,10 @@
#endif

#include <stdio.h>
#ifdef HAVE_ASSERT_H
#include <assert.h>
#endif


#ifdef __TANDEM
#include <floss.h>