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