]> git.sur5r.net Git - openldap/commitdiff
include lutil.h
authorKurt Zeilenga <kurt@openldap.org>
Fri, 16 Aug 2002 18:49:31 +0000 (18:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 16 Aug 2002 18:49:31 +0000 (18:49 +0000)
libraries/liblunicode/ucdata/ucgendat.c

index 11f32f9cb2b1173d21af17b9d48a17d7ee3a1a12..9cc7140ddb24f8ba86cd5962845f0c409e6eee7f 100644 (file)
@@ -35,6 +35,8 @@
 #include <ac/string.h>
 #include <ac/unistd.h>
 
+#include <lutil.h>
+
 #undef ishdigit
 #define ishdigit(cc) (((cc) >= '0' && (cc) <= '9') ||\
                       ((cc) >= 'A' && (cc) <= 'F') ||\