summarylogtreecommitdiffstats
path: root/gcc-13.patch
diff options
context:
space:
mode:
authorxsmile2023-09-04 19:42:40 +0200
committerxsmile2023-09-04 19:42:40 +0200
commit46b058eff9114f49b7c42f23d2935a1274d2f080 (patch)
treecfc5b5cd410c883569ef0b46ab548b44644cffc7 /gcc-13.patch
parentbe8e28cf9bcf64da23c5aae31b69814582d7489b (diff)
downloadaur-46b058eff9114f49b7c42f23d2935a1274d2f080.tar.gz
Fix compilation with GCC 13
Diffstat (limited to 'gcc-13.patch')
-rw-r--r--gcc-13.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc-13.patch b/gcc-13.patch
new file mode 100644
index 000000000000..69ec28c44389
--- /dev/null
+++ b/gcc-13.patch
@@ -0,0 +1,12 @@
+# Fix compilation with GCC 13
+--- a/Common/DtaOptions.h
++++ b/Common/DtaOptions.h
+@@ -21,6 +21,8 @@ along with sedutil. If not, see <http:/
+ #ifndef _DTAOPTIONS_H
+ #define _DTAOPTIONS_H
+
++#include <cstdint>
++
+ /** Output modes */
+ typedef enum _sedutiloutput {
+ sedutilNormal,