forked from pool/authselect
25 lines
544 B
Diff
25 lines
544 B
Diff
From f1039ba4877cd300fcc3710166214446418d5e69 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Cabrero <scabrero@suse.com>
|
|
Date: Wed, 10 Dec 2025 17:14:29 +0100
|
|
Subject: [PATCH] Fix tests build
|
|
|
|
---
|
|
src/tests/test_common.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/tests/test_common.h b/src/tests/test_common.h
|
|
index aa51b23..1c18c78 100644
|
|
--- a/src/tests/test_common.h
|
|
+++ b/src/tests/test_common.h
|
|
@@ -35,6 +35,7 @@
|
|
#include <stddef.h>
|
|
#include <setjmp.h>
|
|
|
|
+#include <stdint.h>
|
|
#include <stdlib.h>
|
|
#include <cmocka.h>
|
|
|
|
--
|
|
2.52.0
|
|
|