]> git.saurik.com Git - apt.git/blobdiff - methods/rfc2553emu.cc
Detect Early removal of essential libraries
[apt.git] / methods / rfc2553emu.cc
index 90443f835f080ca72fe2efd86dbd480cbd4a58fe..05d9f0c3250a56f57d6b09167834a8ba131b9f3c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: rfc2553emu.cc,v 1.5 1999/12/10 08:53:43 jgg Exp $
+// $Id: rfc2553emu.cc,v 1.6 1999/12/11 02:11:10 jgg Exp $
 /* ######################################################################
 
    RFC 2553 Emulation - Provides emulation for RFC 2553 getaddrinfo,
@@ -17,6 +17,7 @@
 #include "rfc2553emu.h"
 #include <stdlib.h>
 #include <arpa/inet.h>
+#include <netinet/in.h>
 #include <string.h>
 #include <stdio.h>