From 7968b03c57e69265ccc98c2bde5480d08561fda7 Mon Sep 17 00:00:00 2001 From: logicog Date: Thu, 21 Aug 2025 16:12:09 +0200 Subject: [PATCH] Fix inclusion of stdint required by intger types in header --- rtl837x_port.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtl837x_port.h b/rtl837x_port.h index c693a07..cc95e2a 100644 --- a/rtl837x_port.h +++ b/rtl837x_port.h @@ -1,6 +1,8 @@ #ifndef _RTL837X_PORT_H_ #define _RTL837X_PORT_H_ +#include + #define STAT_COUNTER_TX_PKTS 0x2e #define STAT_COUNTER_RX_PKTS 0x2f #define STAT_COUNTER_ERR_PKTS 0x30