mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
6dbc868493
commit
4f0c9db38b
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user