diff options
| author | drowe67 <[email protected]> | 2023-07-14 13:11:18 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-14 13:11:18 +0930 |
| commit | 4c65d3728ad41566487e284a2410b537f5cfc56b (patch) | |
| tree | e7b4cde8d1917e531dcfbefb3588b0e62b3bc57b /src/freedv_fsk.c | |
| parent | b86e88413d4c6ec428aaedb147f7675f28882fe4 (diff) | |
clang-format messed up some #defione macros and re-ordered include files which broke the build. Building OK now and ctests passing
Diffstat (limited to 'src/freedv_fsk.c')
| -rw-r--r-- | src/freedv_fsk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedv_fsk.c b/src/freedv_fsk.c index edd0bfd..0613263 100644 --- a/src/freedv_fsk.c +++ b/src/freedv_fsk.c @@ -17,6 +17,7 @@ #include <string.h> #include "codec2.h" +#include "comp.h" #include "comp_prim.h" #include "debug_alloc.h" #include "fmfsk.h" |
