mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	Merge pull request #567 from siketyan/fix/string-h-import
fix: Add missing string.h import in winfsp_fuse.h
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -27,6 +27,7 @@ | ||||
| #include <stdint.h> | ||||
| #if !defined(WINFSP_DLL_INTERNAL) | ||||
| #include <stdlib.h> | ||||
| #include <string.h> | ||||
| #endif | ||||
|  | ||||
| #ifdef __cplusplus | ||||
|   | ||||
		Reference in New Issue
	
	Block a user