dll: fsp_fuse_opt_insert_arg/fsp_fuse_opt_free_args: testing

This commit is contained in:
Bill Zissimopoulos
2016-05-28 17:24:34 -07:00
parent c851e9c98e
commit 7ea13a967a
2 changed files with 8 additions and 3 deletions

View File

@ -23,6 +23,10 @@
#ifndef FUSE_OPT_H_
#define FUSE_OPT_H_
#if !defined(WINFSP_DLL_INTERNAL)
#include <stdlib.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif