[waffle] [PATCH 22/33] core: wcore_error_unittest include c99_compat.h
Emil Velikov
emil.l.velikov at gmail.com
Mon Jul 7 10:28:29 PDT 2014
... in order for us to use the snprintf when building with msvc.
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/waffle/core/wcore_error_unittest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/waffle/core/wcore_error_unittest.c b/src/waffle/core/wcore_error_unittest.c
index 722930a..d67bc42 100644
--- a/src/waffle/core/wcore_error_unittest.c
+++ b/src/waffle/core/wcore_error_unittest.c
@@ -32,7 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-
+#include "c99_compat.h"
#include "threads.h"
#include <cmocka.h>
--
2.0.0
More information about the waffle
mailing list