diff options
| author | Roy Marples <roy@marples.name> | 2008-08-12 12:20:25 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-12 12:20:25 +0000 |
| commit | d99ed6bd0c976c27784d2ff8313823da5e58ec93 (patch) | |
| tree | 6e71818b89ee07ec50f6ba0b024926881f170fed /dhcpcd.c | |
| parent | 56f8fe9da19878e7ec210a41732511ea5b377790 (diff) | |
| download | dhcpcd-d99ed6bd0c976c27784d2ff8313823da5e58ec93.tar.xz | |
Need time.h for nanosleep.
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ const char copyright[] = "Copyright (c) 2006-2008 Roy Marples"; #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <time.h> #include "config.h" #include "client.h" |
