From: Karel Zak Date: Fri, 11 Feb 2011 09:36:12 +0000 (+0100) Subject: include: [at.h]: include c.h for PATH_MAX X-Git-Tag: v2.20-rc1~578 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=067e396b12f0dc12154e18faf5c61d06750df3ae;p=thirdparty%2Futil-linux.git include: [at.h]: include c.h for PATH_MAX Reported-by: Peter Breitenlohner Signed-off-by: Karel Zak --- diff --git a/include/at.h b/include/at.h index 7542f9749c..17c70d1eda 100644 --- a/include/at.h +++ b/include/at.h @@ -10,6 +10,7 @@ #define UTIL_LINUX_AT_H #include +#include "c.h" extern int fstat_at(int dir, const char *dirname, const char *filename, struct stat *st, int nofollow);