From: Jaroslav Kysela Date: Thu, 5 Jan 2006 14:37:37 +0000 (+0000) Subject: snd_user_file - keep doxygen happy X-Git-Tag: v1.0.11rc3~17 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a5bb9c6b530d4d265efdf257d7391c1b587586b7;p=alsa-lib.git snd_user_file - keep doxygen happy --- diff --git a/src/userfile.c b/src/userfile.c index 12351cee..5fb62394 100644 --- a/src/userfile.c +++ b/src/userfile.c @@ -22,10 +22,6 @@ #include #include -#ifdef HAVE_WORDEXP_H -#include -#include - /** * \brief Get the full file name * \param file The file name string to parse @@ -35,6 +31,10 @@ * Parses the given file name with POSIX-Shell-like expansion and * stores the first matchine one. The returned string is strdup'ed. */ + +#ifdef HAVE_WORDEXP_H +#include +#include int snd_user_file(const char *file, char **result) { wordexp_t we;