14 lines
360 B
C++
14 lines
360 B
C++
$NetBSD: patch-libtest_test.hpp,v 1.2 2014/04/01 13:51:56 fhajny Exp $
|
|
|
|
cstdarg needed for va_start.
|
|
--- libtest/test.hpp.orig 2014-02-09 11:52:42.000000000 +0000
|
|
+++ libtest/test.hpp
|
|
@@ -57,6 +57,7 @@
|
|
|
|
#define LIBYATL_DEFAULT_PARAM __FILE__, __LINE__, __PRETTY_FUNCTION__
|
|
|
|
+#include <cstdarg>
|
|
#include <cstdio>
|
|
#include <cstdlib>
|
|
#include <arpa/inet.h>
|