mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
src/setup.h: add conditional include of assert.h
This commit is contained in:
parent
4322d512ea
commit
93579cc363
@ -149,6 +149,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#ifdef HAVE_ASSERT_H
|
||||||
|
#include <assert.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef __TANDEM
|
#ifdef __TANDEM
|
||||||
#include <floss.h>
|
#include <floss.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user