From 92ff10f7b0bafb9260fff5d4abe6c596ac034e23 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Sep 2006 06:14:40 +0000 Subject: r18140: and this reduces warnings about toupper() (This used to be commit 41419e54d5e79d08a71cd9c94585be3448b1e9fc) --- source4/lib/replace/replace.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/replace/replace.c') diff --git a/source4/lib/replace/replace.c b/source4/lib/replace/replace.c index 79ec2b75b9..db07e49941 100644 --- a/source4/lib/replace/replace.c +++ b/source4/lib/replace/replace.c @@ -29,6 +29,7 @@ #include "system/passwd.h" #include "system/syslog.h" #include "system/network.h" +#include "system/locale.h" void replace_dummy(void); void replace_dummy(void) {} -- cgit