mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
include libgen.h for basename
This commit is contained in:
parent
236f600148
commit
d112adc8f3
@ -8,6 +8,8 @@
|
||||
#define _GNU_SOURCE /* strcasestr() */
|
||||
#endif
|
||||
|
||||
#include <libgen.h> /* basename() */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user