mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-31 03:58: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 Oberschelp                                                |john at oberschelp.net | ||||||
| |John Tyner                                                     |jtyner at gmail.com | |John Tyner                                                     |jtyner at gmail.com | ||||||
| |Konstantinos Karakostas                                        |noiredev at protonmail.com | |Konstantinos Karakostas                                        |noiredev at protonmail.com | ||||||
|  | |Naoki Ikeguchi                                                 |me at s6n.jp | ||||||
| |Paweł Wegner (Google LLC, https://google.com)                  |lemourin at google.com | |Paweł Wegner (Google LLC, https://google.com)                  |lemourin at google.com | ||||||
| |Pedro Frejo (Arpa System, https://arpasystem.com)              |pedro.frejo at arpasystem.com | |Pedro Frejo (Arpa System, https://arpasystem.com)              |pedro.frejo at arpasystem.com | ||||||
| |Ronny Chan                                                     |ronny at ronnychan.ca | |Ronny Chan                                                     |ronny at ronnychan.ca | ||||||
|   | |||||||
| @@ -27,6 +27,7 @@ | |||||||
| #include <stdint.h> | #include <stdint.h> | ||||||
| #if !defined(WINFSP_DLL_INTERNAL) | #if !defined(WINFSP_DLL_INTERNAL) | ||||||
| #include <stdlib.h> | #include <stdlib.h> | ||||||
|  | #include <string.h> | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user