mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
build fix: added missing declaration of mhl_dir_plus_file (reported by andrew_b)
./configure --enable-samba && make ../vfs/libvfs-mc.a(smbfs.o): In function `smbfs_get_path': /home/andrew/work.c/mc/mc.master/vfs/smbfs.c:1214: undefined reference to `mhl_str_dir_plus_file' collect2: ld returned 1 exit status Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
parent
5ee6f43796
commit
c697fb3753
@ -49,6 +49,8 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <mhl/string.h>
|
||||||
|
|
||||||
#include "vfs.h"
|
#include "vfs.h"
|
||||||
#include "vfs-impl.h"
|
#include "vfs-impl.h"
|
||||||
#include "smbfs.h"
|
#include "smbfs.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user