]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include/path: make sure PATH_MAX is defined
authorKarel Zak <kzak@redhat.com>
Thu, 21 Jun 2018 12:24:01 +0000 (14:24 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 21 Jun 2018 12:24:01 +0000 (14:24 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
include/path.h

index b36a735f31cc9d1ee1446e486788c27bdf1709bb..7ab9779a574cce765caacb01596a3a5261dec628 100644 (file)
@@ -7,6 +7,8 @@
 #include <sys/types.h>
 #include <dirent.h>
 
+#include "c.h"
+
 struct path_cxt {
        int     dir_fd;
        char    *dir_path;