summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarel Zak2011-02-11 10:36:12 +0100
committerKarel Zak2011-02-11 10:36:12 +0100
commit067e396b12f0dc12154e18faf5c61d06750df3ae (patch)
tree14277e320bafc5b1f1e50dd9d6acf3bfaf7834ea /include
parentlibmount: replace mkostmps() with more portable mkstemp() (diff)
downloadkernel-qcow2-util-linux-067e396b12f0dc12154e18faf5c61d06750df3ae.tar.gz
kernel-qcow2-util-linux-067e396b12f0dc12154e18faf5c61d06750df3ae.tar.xz
kernel-qcow2-util-linux-067e396b12f0dc12154e18faf5c61d06750df3ae.zip
include: [at.h]: include c.h for PATH_MAX
Reported-by: Peter Breitenlohner <peb@mppmu.mpg.de> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/at.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/at.h b/include/at.h
index 7542f9749..17c70d1ed 100644
--- a/include/at.h
+++ b/include/at.h
@@ -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);