projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4322d51
)
src/setup.h: add conditional include of assert.h
author
Yang Tse
<yangsita@gmail.com>
Fri, 16 Sep 2011 19:12:32 +0000
(21:12 +0200)
committer
Yang Tse
<yangsita@gmail.com>
Fri, 16 Sep 2011 19:12:32 +0000
(21:12 +0200)
src/setup.h
patch
|
blob
|
history
diff --git
a/src/setup.h
b/src/setup.h
index
fb6f4e6
..
c7e7cf9
100644
(file)
--- a/
src/setup.h
+++ b/
src/setup.h
@@
-149,6
+149,10
@@
#endif
#include <stdio.h>
+#ifdef HAVE_ASSERT_H
+#include <assert.h>
+#endif
+
#ifdef __TANDEM
#include <floss.h>