Преглед на файлове

Merge branch 'fix-asprintf-test-free' into 'master'

Add needed include for asprintf() test

See merge request redox-os/relibc!306
Jeremy Soller преди 4 години
родител
ревизия
dd193bcb8c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      tests/stdio/printf.c

+ 1 - 0
tests/stdio/printf.c

@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <stdlib.h> // free()
 #include <math.h> // INFINITY, NAN constants
 
 int main(void) {