chiark / gitweb /
Add helper for fnmatch over strv
[elogind.git] / src / boot / boot-loader.h
index 08827c30ad21669b8e7985fb33c34f20283b900c..b3fcdeedadda5b100a93c1235fad63be023c323b 100644 (file)
@@ -21,5 +21,7 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include "boot.h"
+
 int boot_loader_read_entries(struct boot_info *info);
 int boot_loader_find_active_entry(struct boot_info *info, const char *loader_active);