INN commit: trunk/tests (libtest.h)

INN Commit rra at isc.org
Sun Jan 30 15:21:22 UTC 2011


    Date: Sunday, January 30, 2011 @ 07:21:22
  Author: iulius
Revision: 9176

Add the clibrary.h header to properly define va_list.

Thanks to The Doctor for having pointed out the issue on FreeBSD.

Modified:
  trunk/tests/libtest.h

-----------+
 libtest.h |    5 +++++
 1 file changed, 5 insertions(+)

Modified: libtest.h
===================================================================
--- libtest.h	2011-01-28 21:48:31 UTC (rev 9175)
+++ libtest.h	2011-01-30 15:21:22 UTC (rev 9176)
@@ -32,7 +32,12 @@
 #ifndef LIBTEST_H
 #define LIBTEST_H 1
 
+/* These inclusions contain va_list, pid_t, __attribute__, BEGIN_DECLS,
+ * END_DECLS, ARRAY_SIZE and ARRAY_END.  All used by C TAP Harness.
+ */
 #include "config.h"
+#include "clibrary.h"
+                           
 #include <inn/defines.h>
 
 BEGIN_DECLS




More information about the inn-committers mailing list