diff options
| -rw-r--r-- | apps/tagcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c index b964da6..ae7199f 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -62,6 +62,7 @@ #include <ctype.h> #ifdef APPLICATION #include <unistd.h> /* readlink() */ +#include <limits.h> /* PATH_MAX */ #endif #include "config.h" #include "ata_idle_notify.h" |