瀏覽代碼

Added string.h header for strerr prototype.

Carmelo Amoroso 15 年之前
父節點
當前提交
72e880a46d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test/rpc/getrpcent_r.c

+ 1 - 0
test/rpc/getrpcent_r.c

@@ -1,6 +1,7 @@
 #include <netdb.h>
 #include <stdio.h>
 #include <errno.h>
+#include <string.h>
 
 int main(int argc, char *argv[])
 {