Date: Saturday, January 21, 2023 @ 15:36:55
  Author: foutrelis
Revision: 1387411

Fix missing includes

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-21 15:36:50 UTC (rev 1387410)
+++ PKGBUILD    2023-01-21 15:36:55 UTC (rev 1387411)
@@ -46,6 +46,9 @@
   git config submodule.external/randomx.url "$srcdir/randomx"
   git config submodule.external/supercop.url "$srcdir/supercop"
   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