Ticket #9997: fz.patch

File fz.patch, 460 bytes (added by bughunter, 9 years ago)

FZ 3.10.0 build fix

  • src/engine/file.cpp

    old new  
    11#include <filezilla.h>
    2 
     2#include <errno.h>
    33#include "file.h"
    44
    55CFile::CFile()
  • src/engine/process.cpp

    old new  
    11#include <filezilla.h>
    22#include "process.h"
     3#include <errno.h>
    34
    45#ifdef __WXMSW__
    56