fssh_api_wrapper: fix build on non-Haiku.
* I'm not sure why strings.h needs to be included before <new>, but it wouldn't work otherwise.
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
#define _FSSH_API_WRAPPER_H
|
||||
|
||||
|
||||
#include <string.h>
|
||||
#ifdef __cplusplus
|
||||
#include <new>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "fssh_dirent.h"
|
||||
|
||||
Reference in New Issue
Block a user