Skip to content

Commit 2583a3d

Browse files
committed
Fix Linux compilation
1 parent d305316 commit 2583a3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/hsp3/hsp3utfcnv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
#include <stdio.h>
99

10+
#include "hsp3config.h"
11+
#include "hsp3struct.h"
12+
1013
//------------------------------------------------------------//
1114
/*
1215
windows UTF8,UTF-16 / File 関連のユーティリティ
@@ -15,9 +18,6 @@
1518

1619
#ifdef HSPWIN
1720

18-
#include "hsp3config.h"
19-
#include "hsp3struct.h"
20-
2121
// Wide/Multibyte conversion
2222
//
2323
int hsp3_to_utf16(void* out, char* in, int bufsize);

0 commit comments

Comments
 (0)