aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/event.h b/src/event.h
index bf068c5d..93051fac 100644
--- a/src/event.h
+++ b/src/event.h
@@ -12,8 +12,9 @@
#ifndef FISH_EVENT_H
#define FISH_EVENT_H
-#include <ctime>
+#include <unistd.h>
#include <vector>
+#include <stdbool.h>
#include "common.h"