mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
Moreover, - Fix build with GCC 12 [1]. - Take maintainership. PR: 266194 [1] Reported by: exp-run (antoine)
10 lines
212 B
C++
10 lines
212 B
C++
--- src/vm.h.orig 2022-09-03 19:42:45 UTC
|
|
+++ src/vm.h
|
|
@@ -25,6 +25,7 @@
|
|
#include <vector>
|
|
#include <map>
|
|
#include <stack>
|
|
+#include <ctime>
|
|
|
|
#ifdef HAVE_LIBREADLINE
|
|
# if defined(HAVE_READLINE_READLINE_H)
|