From 8af75a9565f6994811213e14eaf5cc171a95897f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 24 Jun 2021 12:13:50 -0400 Subject: [PATCH] added assert.h and stdio.h --- TelemEncoding.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TelemEncoding.c b/TelemEncoding.c index 623de57e..1c1b001e 100644 --- a/TelemEncoding.c +++ b/TelemEncoding.c @@ -43,6 +43,8 @@ #include //#include "Fox.h" #include "TelemEncoding.h" +#include +#include #ifndef NULL #define NULL ((void *)0)