void-packages/srcpkgs/dpp/patches/fix_ctime.diff
2024-10-31 20:39:50 -04:00

13 lines
312 B
Diff

diff --git a/include/dpp/sslclient.h b/include/dpp/sslclient.h
index 00371ef287..cd1828fcb1 100644
--- a/include/dpp/sslclient.h
+++ b/include/dpp/sslclient.h
@@ -24,6 +24,7 @@
#include <dpp/misc-enum.h>
#include <string>
#include <functional>
+#include <ctime>
#include <dpp/socket.h>
#include <cstdint>