1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
aports/community/darkice/stdint-include.patch
2024-07-04 17:51:09 +00:00

15 lines
340 B
Diff

diff --git a/src/Util.h b/src/Util.h
index 2570346..6e369d9 100644
--- a/src/Util.h
+++ b/src/Util.h
@@ -36,9 +36,9 @@
/* ============================================================ include files */
+#include <stdint.h>
#include "Exception.h"
-
/* ================================================================ constants */