put license on priority_queue
This commit is contained in:
parent
9aad3cd91d
commit
faba379c96
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
#ifndef TEST
|
||||
#include <grub/priority_queue.h>
|
||||
#include <grub/mm.h>
|
||||
#include <grub/dl.h>
|
||||
|
||||
GRUB_MOD_LICENSE ("GPLv3+");
|
||||
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in a new issue