diff --git a/ChangeLog b/ChangeLog index cea8030005..f67c8bb117 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-22 Colin Walters + + * dhcpcd/buildmsg.c, dhcpcd/dhcp_test.c: Add missing includes. + 2004-11-22 Colin Walters * src/backends/NetworkManagerRedHat.c (nm_system_update_dns): Run diff --git a/dhcpcd/buildmsg.c b/dhcpcd/buildmsg.c index 1ebdb1050f..59001ecf54 100644 --- a/dhcpcd/buildmsg.c +++ b/dhcpcd/buildmsg.c @@ -21,6 +21,7 @@ */ #include +#include #include #include #include "client.h" diff --git a/dhcpcd/dhcp_test.c b/dhcpcd/dhcp_test.c index 94519ed01e..42f4539caa 100644 --- a/dhcpcd/dhcp_test.c +++ b/dhcpcd/dhcp_test.c @@ -2,6 +2,8 @@ #include "client.h" #include #include +#include +#include int main (int argc, char **argv) {