Fix make check includes
[ust.git] / tests / snprintf / prog.c
index ac888b5898fd3672044408ae97308f377b00064d..dd0b04f8e8927a3a74f912b9b79c1a477f40ebac 100644 (file)
 
 #include <stdio.h>
 #include <string.h>
+#include "ust_snprintf.h"
 
 int main()
 {
        char buf[100];
-
        char *expected;
 
        expected = "header 9999, hello, 005, '    9'";
This page took 0.023249 seconds and 4 git commands to generate.