Merge pull request #1336 from metalefty/timeh

Fix build after #1327
This commit is contained in:
metalefty 2019-04-18 14:36:43 +09:00 committed by GitHub
commit 20f6ac9adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;