mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* mcfs.c: Move config,h to the beginning.
This commit is contained in:
parent
7fcd9a6517
commit
e90d91e7a0
@ -1,3 +1,7 @@
|
||||
2002-09-21 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* mcfs.c: Move config,h to the beginning.
|
||||
|
||||
2002-09-19 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* tcputil.c [!WITH_MCFS]: Disable mcfs related code.
|
||||
|
@ -24,8 +24,9 @@
|
||||
|
||||
/* Namespace: exports mcfs_vfs_ops, tcp_invalidate_socket */
|
||||
|
||||
#ifdef WITH_MCFS
|
||||
#include <config.h>
|
||||
|
||||
#ifdef WITH_MCFS
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user