Skip to content

Commit

Permalink
Merge pull request #1336 from metalefty/timeh
Browse files Browse the repository at this point in the history
Fix build after #1327
  • Loading branch information
metalefty authored Apr 18, 2019
2 parents 6004a41 + ae2cbbb commit 20f6ac9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sesman/chansrv/irp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 20f6ac9

Please sign in to comment.