diff options
| author | Roy Marples <roy@marples.name> | 2007-09-04 12:48:40 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-09-04 12:48:40 +0000 |
| commit | 3e120d46a8dc084b5404f04cf98bf90cc0ba32cc (patch) | |
| tree | 16c762b55a144c65204526f79848a00d032be41a /dhcp.h | |
| parent | c1d07a4ec414fa76dfb3ea837f63a7699187a9c8 (diff) | |
| download | dhcpcd-3e120d46a8dc084b5404f04cf98bf90cc0ba32cc.tar.xz | |
Many thanks to Michael Durrant for testing the below changes.
Compile and work on OSX/Darwin.
If we have no fork then we re-exec ourselves with --daemonised.
Improved the build system so we automatically detect if we need
librt or libresolv and if fork() works or not.
Move back to using librt for clock_gettime on Linux systems.
Diffstat (limited to 'dhcp.h')
| -rw-r--r-- | dhcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,11 +22,11 @@ #ifndef DHCP_H #define DHCP_H -#include <sys/types.h> #include <netinet/in_systm.h> #include <netinet/in.h> #include <netinet/ip.h> #include <netinet/udp.h> +#include <stdint.h> #include "dhcpcd.h" #include "interface.h" |
