Fix PC build

This commit is contained in:
Ken Van Hoeylandt 2026-07-25 15:01:06 +02:00
parent 553e51e9cf
commit 840101b878

View File

@ -19,6 +19,7 @@
#include <minmea.h>
#include <cstdio>
#include <cstdlib> // For calloc() in PC builds
constexpr auto* TAG = "gps-generic";