Explorar o código

Added string.h header for strerr prototype.

Carmelo Amoroso %!s(int64=15) %!d(string=hai) anos
pai
achega
72e880a46d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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[])
 {