From 396b5bdafe781bb7313a24ade4a94d6821628aab Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 7 Nov 2004 10:34:35 +0000 Subject: [PATCH] r3598: hopefully fix the build on stratos (This used to be commit e6e8a9c7f014ddf7c92476a6713582303bb944a0) --- source4/lib/charcnv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/lib/charcnv.c b/source4/lib/charcnv.c index 3c27d596647..bfb1081474c 100644 --- a/source4/lib/charcnv.c +++ b/source4/lib/charcnv.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/iconv.h" /** * @file -- 2.34.1