Ticket #43753: gnutls-timeh.patch
File gnutls-timeh.patch, 451 bytes (added by devernay (Frédéric Devernay), 10 years ago) |
---|
-
lib/gnutlsxx.cpp
old new 20 20 * 21 21 */ 22 22 23 #include <time.h> 23 24 #ifdef HAVE_CONFIG_H 24 25 # include <config.h> 25 26 #endif -
doc/examples/ex-cxx.cpp
old new 1 #include <time.h> 1 2 #include <config.h> 2 3 #include <iostream> 3 4 #include <stdexcept>