]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include "path-concat.h".
authorJim Meyering <jim@meyering.net>
Mon, 20 Jan 2003 16:41:19 +0000 (16:41 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 20 Jan 2003 16:41:19 +0000 (16:41 +0000)
lib/canonicalize.c

index fd6de0559e9e75f75e7a69e43afa86c0c231dae4..f540c2216ec742ed3877b78a377b0c6782482ccf 100644 (file)
@@ -40,6 +40,7 @@ void free ();
 
 #include <errno.h>
 
+#include "path-concat.h"
 #include "xalloc.h"
 #include "xgetcwd.h"