fix: Add missing string.h import in winfsp_fuse.h

Signed-off-by: Naoki Ikeguchi <me@s6n.jp>
This commit is contained in:
Natsuki Ikeguchi 2024-07-27 02:32:08 +09:00
parent b058925692
commit dbaee25ed2
No known key found for this signature in database
GPG Key ID: 7847575F88829F89
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ CONTRIBUTOR LIST
|John Oberschelp |john at oberschelp.net
|John Tyner |jtyner at gmail.com
|Konstantinos Karakostas |noiredev at protonmail.com
|Naoki Ikeguchi |me at s6n.jp
|Paweł Wegner (Google LLC, https://google.com) |lemourin at google.com
|Pedro Frejo (Arpa System, https://arpasystem.com) |pedro.frejo at arpasystem.com
|Ronny Chan |ronny at ronnychan.ca

View File

@ -27,6 +27,7 @@
#include <stdint.h>
#if !defined(WINFSP_DLL_INTERNAL)
#include <stdlib.h>
#include <string.h>
#endif
#ifdef __cplusplus