sys-cluster/drbd-utils: fix build with clang19

./terminal/DisplayStyleCollection.h:14:29: error: unknown type name 'uint16_t'
...

Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42317
Closes: https://github.com/gentoo/gentoo/pull/42317
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Z. Liu 2025-05-29 12:14:23 +08:00 committed by Sam James
parent 6dbc868493
commit 4f0c9db38b
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -33,3 +33,13 @@ Signed-off-by: Sam James <sam@gentoo.org>
#include <string>
class DisplayId
--- a/user/drbdmon/terminal/DisplayStyleCollection.h
+++ b/user/drbdmon/terminal/DisplayStyleCollection.h
@@ -1,6 +1,7 @@
#ifndef DISPLAYSTYLECOLLECTION_H
#define DISPLAYSTYLECOLLECTION_H
+#include <stdint.h>
#include <new>
#include <memory>
#include <stdexcept>