chiark / gitweb /
Properly include harness.h in adnstest.c in regress/.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 12 Aug 2016 21:47:47 +0000 (22:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 12 Aug 2016 21:47:51 +0000 (22:47 +0100)
Suppresses a couple of compiler warnings (implicit declaration of
Texit, etc.)

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
changelog
client/adnstest.c

index 487c24e3c28799188c67b36b50655f18241c2583..f4886ea5d92a40e69b7e28fe68de2bcdb625b6c9 100644 (file)
--- a/changelog
+++ b/changelog
@@ -14,6 +14,8 @@ adns (1.5.1~~) UPSTREAM; urgency=low
     associated count is zero).
   * adnsresfilter: Fix addrtextbuf buffer size.  This is not actually a
     problem in real compiled code but should be corrected.
     associated count is zero).
   * adnsresfilter: Fix addrtextbuf buffer size.  This is not actually a
     problem in real compiled code but should be corrected.
+  * Properly include harness.h in adnstest.c in regress/.  Suppresses
+    a couple of compiler warnings (implicit declaration of Texit, etc.)
 
  --
 
 
  --
 
index f217deadaa568b2fa8acc63bbfdabaca3490929d..e5d040a1196ab52015e283c75313f8256e0123bc 100644 (file)
@@ -38,6 +38,7 @@
 
 #ifdef ADNS_REGRESS_TEST
 # include "hredirect.h"
 
 #ifdef ADNS_REGRESS_TEST
 # include "hredirect.h"
+# include "harness.h"
 # undef exit
 # define exit Texit
 #endif
 # undef exit
 # define exit Texit
 #endif