patch-src_http_cpp 319 B

123456789101112
  1. $OpenBSD: patch-src_http_cpp,v 1.1 2015/11/21 15:34:46 jca Exp $
  2. --- src/http.cpp.orig Thu Nov 19 22:17:01 2015
  3. +++ src/http.cpp Thu Nov 19 22:18:16 2015
  4. @@ -35,6 +35,7 @@
  5. #include <time.h>
  6. #include <sys/stat.h>
  7. #include <string.h>
  8. +#include <cerrno>
  9. #ifdef _MSC_VER
  10. #pragma message("Using exiv2 http support")