瀏覽代碼

Added stdlib.h

Andrew Lawrence 9 年之前
父節點
當前提交
68d57b81b8
共有 1 個文件被更改,包括 1 次插入0 次删除
  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()