Merge branch 'devel' into v0.9

This commit is contained in:
Koichiro IWAO 2019-04-18 14:40:38 +09:00
commit e70d783524

View File

@ -24,6 +24,9 @@
#ifndef __IRP_H
#define __IRP_H
#ifndef _TIME_H_
#include <time.h>
#endif
#include "chansrv_fuse.h"
typedef struct fuse_data FUSE_DATA;