Fix: test_benchmark: do not match "CPU(s) scaling MHz:"
[lttng-ust.git] / tests / unit / snprintf / snprintf.c
index 539bb0ac7c85eae191f363335488206230456f66..79f31357bb6d0f370a08a2d48e3571027dbf290a 100644 (file)
@@ -6,11 +6,11 @@
 
 #include <stdio.h>
 #include <string.h>
-#include "ust-snprintf.h"
+#include "common/safe-snprintf.h"
 
 #include "tap.h"
 
-int main()
+int main(void)
 {
        char buf[100];
        const char expected_str[] = "header 9999, hello, 005, '    9'";
This page took 0.02368 seconds and 4 git commands to generate.