Explorar el Código

Added stdlib.h

Andrew Lawrence hace 9 años
padre
commit
68d57b81b8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      www/source/c/example1.c

+ 1 - 0
www/source/c/example1.c

@@ -1,5 +1,6 @@
 #include <arpa/inet.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <bdsm/bdsm.h>
 
 int main()