From 003baf163747cd3f11faea549f22480dd62164d3 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Tue, 23 Dec 2025 09:52:55 +0100 Subject: [PATCH] it was fine then, but for some reason not now --- src/rds.c | 1 - src/rds.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rds.c b/src/rds.c index 0981534..18419fe 100644 --- a/src/rds.c +++ b/src/rds.c @@ -1,4 +1,3 @@ -#include "common.h" #include "rds.h" #include "fs.h" #include "modulator.h" diff --git a/src/rds.h b/src/rds.h index 3e3c6ac..42c138e 100644 --- a/src/rds.h +++ b/src/rds.h @@ -1,4 +1,5 @@ #pragma once +#include "common.h" /* The RDS error-detection code generator polynomial is * x^10 + x^8 + x^7 + x^5 + x^4 + x^3 + x^0