mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 22:21:15 -03:00
Add missing #include guards in FISH_PAGER_H
This commit is contained in:
@@ -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 @@ class pager_t
|
||||
/* Constructor */
|
||||
pager_t();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user