nilfs_cleaner.h: include time.h explicitly

Refer to time.h since the timespec struct declared in "time.h" is used
in some api functions.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
This commit is contained in:
Ryusuke Konishi 2016-10-06 00:34:28 +09:00
parent 1738df28ef
commit 83e400bdd8

View File

@ -11,8 +11,9 @@
#ifndef NILFS_CLEANER_H
#define NILFS_CLEANER_H
#include <sys/types.h>
#include <sys/types.h> /* pid_t */
#include <stdint.h>
#include <time.h> /* timespec */
struct nilfs_cleaner;