浏览代码

libc: silence warning

about implicit declaration of memset in system()

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 年之前
父节点
当前提交
f3a07d80c8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      libc/stdlib/system.c

+ 1 - 0
libc/stdlib/system.c

@@ -5,6 +5,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <stddef.h>
 #include <signal.h>
 #include <unistd.h>