]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Include inet.h
authorTed Lemon <source@isc.org>
Tue, 25 Jan 2000 01:26:52 +0000 (01:26 +0000)
committerTed Lemon <source@isc.org>
Tue, 25 Jan 2000 01:26:52 +0000 (01:26 +0000)
omapip/connection.c

index 41ca2bf72699f66be57c45357c8356b406205f8f..01ef909979f0dd69cfa94bdd93df70c899d7fed0 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include <omapip/omapip_p.h>
+#include <arpa/inet.h>
 
 isc_result_t omapi_connect (omapi_object_t *c,
                            const char *server_name,