소스 검색

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[])
 {