]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include: [at.h]: include c.h for PATH_MAX
authorKarel Zak <kzak@redhat.com>
Fri, 11 Feb 2011 09:36:12 +0000 (10:36 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 18 Apr 2011 12:23:23 +0000 (14:23 +0200)
Reported-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
include/at.h

index 7542f9749c70ccef4e5aed10c3c821e03b4becb2..17c70d1eda85039905ff13493d97c12899539e74 100644 (file)
@@ -10,6 +10,7 @@
 #define UTIL_LINUX_AT_H
 
 #include <stdio.h>
+#include "c.h"
 
 extern int fstat_at(int dir, const char *dirname,
                        const char *filename, struct stat *st, int nofollow);