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