File: gcc-15.patch

package info (click to toggle)
drbd-utils 9.22.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,768 kB
  • sloc: ansic: 48,975; xml: 11,553; cpp: 9,843; sh: 4,568; makefile: 1,029; perl: 353; ruby: 43
file content (15 lines) | stat: -rw-r--r-- 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with GCC 15
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1096546
Applied-Upstream: 9.26.0, https://github.com/LINBIT/drbd-utils/commit/03b7e0e12bf1b5b4b133f5ffb284e82f3ddf6c78

--- drbd-utils-9.22.0.orig/user/drbdmon/utils.h
+++ drbd-utils-9.22.0/user/drbdmon/utils.h
@@ -1,6 +1,7 @@
 #ifndef UTILS_H
 #define	UTILS_H
 
+#include <cstdint>
 #include <string>
 #include <cstdlib>
 #include <stdexcept>