summarylogtreecommitdiffstats
path: root/cstdint.patch
diff options
context:
space:
mode:
authorMauro Santos2023-06-03 19:38:01 +0100
committerMauro Santos2023-06-03 19:38:01 +0100
commit6eb29841bf6a3175ef7cea91625c81b2a03f3444 (patch)
tree518c65b51e47ad2f825945e467a4f06be9624df2 /cstdint.patch
parent5391e07a3a167c0d6931bacd0c75be3497ef8984 (diff)
downloadaur-sedutil.tar.gz
Add cstdint include
Diffstat (limited to 'cstdint.patch')
-rw-r--r--cstdint.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/cstdint.patch b/cstdint.patch
new file mode 100644
index 000000000000..5739e51f0690
--- /dev/null
+++ b/cstdint.patch
@@ -0,0 +1,12 @@
+diff -ur src/sedutil-1.20.0/Common/DtaOptions.h new/sedutil-1.20.0/Common/DtaOptions.h
+--- src/sedutil-1.20.0/Common/DtaOptions.h 2021-08-18 13:18:03.000000000 +0100
++++ new/sedutil-1.20.0/Common/DtaOptions.h 2023-06-03 19:35:06.239632338 +0100
+@@ -21,6 +21,8 @@
+ #ifndef _DTAOPTIONS_H
+ #define _DTAOPTIONS_H
+
++#include <cstdint>
++
+ /** Output modes */
+ typedef enum _sedutiloutput {
+ sedutilNormal,