mirror of
https://github.com/curl/curl.git
synced 2026-07-24 11:17:22 +03:00
src/setup.h: add conditional include of assert.h
This commit is contained in:
parent
4322d512ea
commit
93579cc363
1 changed files with 4 additions and 0 deletions
|
|
@ -149,6 +149,10 @@
|
|||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_ASSERT_H
|
||||
#include <assert.h>
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __TANDEM
|
||||
#include <floss.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue