diff options
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h index 6d4023f..6efe773 100644 --- a/src/entry.h +++ b/src/entry.h @@ -3,6 +3,7 @@ #include <pango/pangocairo.h> #include "color.h" +#include "history.h" #include "image.h" #include "surface.h" #include "string_vec.h" @@ -30,6 +31,7 @@ struct entry { struct string_vec results; struct string_vec commands; + struct history history; /* Options */ uint32_t font_size; |