Procházet zdrojové kódy

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

Add needed include for asprintf() test

See merge request redox-os/relibc!306
Jeremy Soller před 4 roky
rodič
revize
dd193bcb8c
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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) {