diff options
| author | Roy Marples <roy@marples.name> | 2007-11-08 10:41:37 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-11-08 10:41:37 +0000 |
| commit | a2d009e40a86fb11524fd7c883285968e3894f44 (patch) | |
| tree | bc795e4fb4b17b770b3b4d2eb52c0ce055a0dc1c /common.h | |
| parent | 1fd282eeff63c2af9a50a9fa9f2082f77da17062 (diff) | |
| download | dhcpcd-a2d009e40a86fb11524fd7c883285968e3894f44.tar.xz | |
Re-add sys/time.h
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #define COMMON_H /* string.h pulls in features.h so the below define checks work */ +#include <sys/time.h> #include <string.h> /* Only GLIBC doesn't support strlcpy */ |
