1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

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