summarylogtreecommitdiffstats
path: root/gcc-13.patch
blob: 69ec28c44389a6011a83ae97b2113739c3254d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
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,