about summary refs log tree commit diff
path: root/libidn/toutf8.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-08 07:58:18 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-08 07:58:18 +0000
commitb8ec72d947a1494db06552d31b3a637ccab79b31 (patch)
treee3200d6ce162a64c7f2a18b14ef05f2135d79631 /libidn/toutf8.c
parente2fd3cbe085d9867710ee7b3d487c16c150fa204 (diff)
downloadglibc-b8ec72d947a1494db06552d31b3a637ccab79b31.tar.gz
glibc-b8ec72d947a1494db06552d31b3a637ccab79b31.tar.xz
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.c1
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"