summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-09-02 07:56:47 +0000
committerMartin Baulig <martin@src.gnome.org>1998-09-02 07:56:47 +0000
commit26d8c8a944442943d217fd4ae597cddd8fded8be (patch)
treeb150e60b68dadb5e46416a62ed26cbef7b3e8c69
parentdc4aef57a05260fce9a36938ccf38bfc86730059 (diff)
downloadgnome-common-26d8c8a944442943d217fd4ae597cddd8fded8be.tar.gz
Add `#include <libc-symbols.h>' and `#include <argp-namefrob.h>'.
svn path=/trunk/; revision=372
-rw-r--r--support/canonicalize.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/canonicalize.c b/support/canonicalize.c
index 0985e25..008c369 100644
--- a/support/canonicalize.c
+++ b/support/canonicalize.c
@@ -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