summaryrefslogtreecommitdiff
path: root/source3/lib/charset.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/charset.c')
-rw-r--r--source3/lib/charset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/charset.c b/source3/lib/charset.c
index abfa6fe787..55b76f2667 100644
--- a/source3/lib/charset.c
+++ b/source3/lib/charset.c
@@ -191,7 +191,7 @@ static codepage_p load_client_codepage( int client_codepage )
FILE *fp = NULL;
unsigned int size;
codepage_p cp_p = NULL;
- struct stat st;
+ SMB_STRUCT_STAT st;
DEBUG(5, ("load_client_codepage: loading codepage %d.\n", client_codepage));