Add `#include <libc-symbols.h>' and `#include <argp-namefrob.h>'.
authorMartin Baulig <martin@src.gnome.org>
Wed, 2 Sep 1998 07:56:47 +0000 (07:56 +0000)
committerMartin Baulig <martin@src.gnome.org>
Wed, 2 Sep 1998 07:56:47 +0000 (07:56 +0000)
svn path=/trunk/; revision=372

support/canonicalize.c

index 0985e25..008c369 100644 (file)
@@ -26,6 +26,9 @@
 #include <sys/stat.h>
 #include <errno.h>
 
+#include <libc-symbols.h>
+#include <argp-namefrob.h>
+
 /* Return the canonical absolute name of file NAME.  A canonical name
    does not contain any `.', `..' components nor any repeated path
    separators ('/') or symlinks.  All path components must exist.  If