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

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

View File

@ -31,6 +31,7 @@
#include <termios.h>
#include <string.h>
#include <limits.h>
#include <libgen.h>
#include <iostream>
#include <ostream>

View File

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