diff libgsmfr2/prng.c @ 262:573afa985df6

libgsmfr2: split pp_state.h from pp_internal.h
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Apr 2024 00:43:36 +0000
parents a33edf624061
children
line wrap: on
line diff
--- a/libgsmfr2/prng.c	Fri Apr 12 23:29:18 2024 +0000
+++ b/libgsmfr2/prng.c	Sat Apr 13 00:43:36 2024 +0000
@@ -10,6 +10,7 @@
 
 #include <stdint.h>
 #include "tw_gsmfr.h"
+#include "pp_state.h"
 #include "pp_internal.h"
 
 uint16_t gsmfr_preproc_prng(struct gsmfr_preproc_state *st, uint16_t no_bits)