]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
src/setup.h: add conditional include of assert.h
authorYang Tse <yangsita@gmail.com>
Fri, 16 Sep 2011 19:12:32 +0000 (21:12 +0200)
committerYang Tse <yangsita@gmail.com>
Fri, 16 Sep 2011 19:12:32 +0000 (21:12 +0200)
src/setup.h

index fb6f4e62fe510d92f43002fe1ecc2f517c76c6c4..c7e7cf98e33b64a6f6abefe41fb666b5f0b23d14 100644 (file)
 #endif
 
 #include <stdio.h>
+#ifdef HAVE_ASSERT_H
+#include <assert.h>
+#endif
+
 
 #ifdef __TANDEM
 #include <floss.h>