mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
* gnu/packages/patches/capnproto-fix-test.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/serialization.scm (capnproto)[source]: Use it. Change-Id: I216563e5263f6d4e61e382b8d1eb5687c82b0cc1
11 lines
263 B
Diff
11 lines
263 B
Diff
diff -u a/src/kj/string-test.c++ b/src/kj/string-test.c++
|
|
--- a/src/kj/string-test.c++
|
|
+++ b/src/kj/string-test.c++
|
|
@@ -22,6 +22,7 @@
|
|
#include "string.h"
|
|
#include <kj/compat/gtest.h>
|
|
#include <string>
|
|
+#include <cstdint>
|
|
#include "vector.h"
|
|
|
|
namespace kj {
|