1
0
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:
Witold Filipczyk 2010-09-19 13:01:42 +02:00 committed by witekfl
parent 236f600148
commit d112adc8f3

View File

@ -8,6 +8,8 @@
#define _GNU_SOURCE /* strcasestr() */
#endif
#include <libgen.h> /* basename() */
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>