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