mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
[CRT]: Add a missing header inclusion.
svn path=/trunk/; revision=69015
This commit is contained in:
parent
cba5662485
commit
090f1203a2
1 changed files with 1 additions and 1 deletions
|
@ -1150,5 +1150,5 @@ extern "C" {
|
||||||
#define stricmp _stricmp
|
#define stricmp _stricmp
|
||||||
#define wcsicmp _wcsicmp
|
#define wcsicmp _wcsicmp
|
||||||
|
|
||||||
|
#include <sec_api/string_s.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue