aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pager.h')
-rw-r--r--src/pager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pager.h b/src/pager.h
index 61c37ce6..5f7da87a 100644
--- a/src/pager.h
+++ b/src/pager.h
@@ -2,6 +2,9 @@
Pager support
*/
+#ifndef FISH_PAGER_H
+#define FISH_PAGER_H
+
#include <stddef.h>
#include <string>
#include <vector>
@@ -170,3 +173,5 @@ public:
/* Constructor */
pager_t();
};
+
+#endif