mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
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:
parent
1738df28ef
commit
83e400bdd8
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user