Add missing libgen.h in utils for basename() call
This commit is contained in:
parent
46afe771c7
commit
c259cbd5a3
|
@ -31,6 +31,7 @@
|
|||
#include <termios.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user