From 067e396b12f0dc12154e18faf5c61d06750df3ae Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 11 Feb 2011 10:36:12 +0100 Subject: [PATCH] include: [at.h]: include c.h for PATH_MAX Reported-by: Peter Breitenlohner Signed-off-by: Karel Zak --- include/at.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.47.3