mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -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
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_ASSERT_H
|
||||
#include <assert.h>
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __TANDEM
|
||||
#include <floss.h>
|
||||
|
Loading…
Reference in New Issue
Block a user