From 2b7ba88a1c8d5f68f01ed5a8dc9dd54f5609da84 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Tue, 23 Dec 2025 09:46:16 +0100 Subject: [PATCH] uh huh --- 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 f651583..e5f7a58 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 0d88738..5dce1c2 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