Kaynağa Gözat

Include stdlib.h so free() can be used

Peter Limkilde Svendsen 4 yıl önce
ebeveyn
işleme
aec4a84e90
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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) {