]> git.meshlink.io Git - meshlink/blobdiff - lib/fake-getnameinfo.c
Include a few more header files
[meshlink] / lib / fake-getnameinfo.c
index c3ff57f0edc749a6e6c51f7a916a6e8d8386da06..ad69410a9301590635023929c1a92ef294aae87e 100644 (file)
  */
 
 #include "config.h"
+
+#include <sys/types.h>
+#include <netinet/in.h>
+#include <sys/socket.h>
+#include <netdb.h>
+#include <string.h>
+
 #include <system.h>
 
-RCSID("$Id: fake-getnameinfo.c,v 1.1.2.1 2002/06/09 15:26:10 zarq Exp $");
+/* RCSID("$Id: fake-getnameinfo.c,v 1.1.2.3 2002/06/09 16:12:04 zarq Exp $"); */
 
 #ifndef HAVE_GETNAMEINFO