Преглед изворни кода

Include stdlib.h so free() can be used

Peter Limkilde Svendsen пре 4 година
родитељ
комит
aec4a84e90
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) {