added llist header into why2.h

This commit is contained in:
Václav Šmejkal 2023-04-13 15:49:15 +02:00
parent 2961beb599
commit 5d097ed766
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -29,6 +29,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <why2/decrypter.h>
#include <why2/encrypter.h>
#include <why2/flags.h>
#include <why2/llist.h>
#include <why2/memory.h>
#include <why2/misc.h>