ares_nowarn: add conditional inclusion of assert.h header

pull/2/head
Yang Tse 14 years ago
parent f5e0858d2f
commit b9959cbf36
  1. 4
      ares_nowarn.c

@ -17,6 +17,10 @@
#include "ares_setup.h"
#ifdef HAVE_ASSERT_H
# include <assert.h>
#endif
#include "ares_nowarn.h"
#if (SIZEOF_INT == 2)

Loading…
Cancel
Save