mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
15 lines
340 B
Diff
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 */
|
|
|
|
|