From: Roy Marples Date: Thu, 5 Apr 2007 18:11:05 +0000 (+0000) Subject: string.h pulls in features.h X-Git-Tag: v3.2.3~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=377f4c2def52361c5c21c751e374f6d80e86c692;p=thirdparty%2Fdhcpcd.git string.h pulls in features.h --- diff --git a/common.h b/common.h index c4e16246..30a2781d 100644 --- a/common.h +++ b/common.h @@ -22,6 +22,9 @@ #ifndef COMMON_H #define COMMON_H +/* string.h pulls in features.h so the below define checks work */ +#include + /* Only GLIBC doesn't support strlcpy */ #ifdef __GLIBC__ # if ! defined(__UCLIBC__) && ! defined (__dietlibc__)