]> git.meshlink.io Git - meshlink/blobdiff - lib/fake-getnameinfo.c
Update dutch translation.
[meshlink] / lib / fake-getnameinfo.c
index 3ad42d031ef8e82794cb15551562514b472d451a..50d0722f7d350f73144cbc2d0ffd454f67f61c3d 100644 (file)
 
 #include "config.h"
 
+#include <stdio.h>
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+#include <netdb.h>
+#include <string.h>
+
 #include <system.h>
 
-/* RCSID("$Id: fake-getnameinfo.c,v 1.1.2.2 2002/06/09 15:50:11 zarq Exp $"); */
+#include "fake-getnameinfo.h"
+#include "fake-getaddrinfo.h"
 
 #ifndef HAVE_GETNAMEINFO