소스 검색

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) {