Date: Saturday, January 21, 2023 @ 13:26:23
  Author: foutrelis
Revision: 1387310

Fix missing includes

Modified:
  monero/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-21 13:22:33 UTC (rev 1387309)
+++ PKGBUILD    2023-01-21 13:26:23 UTC (rev 1387310)
@@ -43,6 +43,9 @@
   git config submodule.external/trezor-common.url "$srcdir/trezor-common"
   git config submodule.external/randomx.url "$srcdir/randomx"
   git -c protocol.file.allow=always submodule update
+
+  # common: add missing includes
+  git format-patch -1 --stdout 96677fffcd43 | patch -Np1
 }
 
 build() {

Reply via email to