Add missing libgen.h in utils for basename() call

This commit is contained in:
2023-03-28 20:32:05 +02:00
parent 46afe771c7
commit c259cbd5a3
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
*/
#include <getopt.h>
#include <libgen.h>
#include <iostream>