View | Details | Raw Unified
Collapse All | Expand All

(-) filesystems/sshfs/sftplib.h.orig (+6 lines)
 Lines 20-25    Link Here 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 */
#include <cstring>
#include <unistd.h>
#include <unistd.h>
#include <netdb.h>
#include <netdb.h>
#include <stdio.h>
#include <stdio.h>
 Lines 23-28    Link Here 
#ifndef _FTPFS_H_
#ifndef _FTPFS_H_
#define _FTPFS_H_
#define _FTPFS_H_
#include <cstdlib>
#include <cstring>
using namespace std;
using namespace std;
struct directory;
struct directory;
 Lines 28-33    Link Here 
#include <string>
#include <string>
#include <cstring>
#include <cstdlib>
using namespace std;
using namespace std;
#define MAXDATA		32768
#define MAXDATA		32768