diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-08 07:58:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-08 07:58:18 +0000 |
commit | b8ec72d947a1494db06552d31b3a637ccab79b31 (patch) | |
tree | e3200d6ce162a64c7f2a18b14ef05f2135d79631 /libidn/toutf8.c | |
parent | e2fd3cbe085d9867710ee7b3d487c16c150fa204 (diff) | |
download | glibc-b8ec72d947a1494db06552d31b3a637ccab79b31.tar glibc-b8ec72d947a1494db06552d31b3a637ccab79b31.tar.gz glibc-b8ec72d947a1494db06552d31b3a637ccab79b31.tar.bz2 glibc-b8ec72d947a1494db06552d31b3a637ccab79b31.zip |
Update.
2004-03-07 Ulrich Drepper <drepper@redhat.com>
* idn-stub.c: Include <gnu/lib-names.h>. Use LIBCIDN_SO for dlopen.
* shlib-versions: New file.
* toutf8.c: Include <sys/param.h>.
Diffstat (limited to 'libidn/toutf8.c')
-rw-r--r-- | libidn/toutf8.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libidn/toutf8.c b/libidn/toutf8.c index 450cb6db50..d16efdb5b9 100644 --- a/libidn/toutf8.c +++ b/libidn/toutf8.c @@ -27,6 +27,7 @@ #include <stdlib.h> #include <string.h> #include <errno.h> +#include <sys/param.h> #include "stringprep.h" |