patch-src_FileCopy_cc 323 B

1234567891011
  1. --- lftp-4.7.7.orig/src/FileCopy.cc 2017-03-07 08:35:47.000000000 +0100
  2. +++ lftp-4.7.7/src/FileCopy.cc 2017-06-05 21:33:11.719033961 +0200
  3. @@ -36,7 +36,7 @@
  4. #include <sys/types.h>
  5. #include <sys/stat.h>
  6. #include <fcntl.h>
  7. -#include <math.h>
  8. +#include <cmath>
  9. #include <stddef.h>
  10. #include "FileCopy.h"
  11. #include "url.h"