diff --git a/sesman/chansrv/irp.h b/sesman/chansrv/irp.h index 8fd3b91e..68159297 100644 --- a/sesman/chansrv/irp.h +++ b/sesman/chansrv/irp.h @@ -24,6 +24,9 @@ #ifndef __IRP_H #define __IRP_H +#ifndef _TIME_H_ +#include +#endif #include "chansrv_fuse.h" typedef struct fuse_data FUSE_DATA;