bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lib/exclude.c calls towlower() without checking for wideline support


From: Sergey Poznyakoff
Subject: Re: lib/exclude.c calls towlower() without checking for wideline support
Date: Thu, 27 Aug 2009 18:26:08 +0300

Alan Hourihane <address@hidden> ha escrit:

> As the subject line says, and I end up with an unresolved symbol.

Please try this patch:

diff --git a/lib/exclude.c b/lib/exclude.c
index 32f2a0a..00f3891 100644
--- a/lib/exclude.c
+++ b/lib/exclude.c
@@ -31,6 +31,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <wctype.h>
 
 #include "exclude.h"
 #include "hash.h"


Regards,
Sergey





reply via email to

[Prev in Thread] Current Thread [Next in Thread]