Include stdarg.h, since va_start & va_end are called in this src file.
Signed-off-by: DAN LI <[email protected]> --- .../open_posix_testsuite/conformance/interfaces/testfrmw/testfrmw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/testfrmw.c b/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/testfrmw.c index b78115e..18cb636 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/testfrmw.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/testfrmw.c @@ -29,6 +29,7 @@ #include <time.h> #include <sys/types.h> #include <pthread.h> +#include <stdarg.h> /* We use a mutex to avoid conflicts in traces */ static pthread_mutex_t m_trace = PTHREAD_MUTEX_INITIALIZER; -- 1.7.12 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
