mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
12 lines
235 B
Diff
12 lines
235 B
Diff
diff --git a/fesvr/device.h b/fesvr/device.h
|
|
index 1387b74..639b837 100644
|
|
--- a/fesvr/device.h
|
|
+++ b/fesvr/device.h
|
|
@@ -6,6 +6,7 @@
|
|
#include <cstring>
|
|
#include <string>
|
|
#include <functional>
|
|
+#include <cstdint>
|
|
|
|
class memif_t;
|
|
|