From 9eb95b0559fc30d192790fd13af1891ccbf57746 Mon Sep 17 00:00:00 2001 From: Peter Donovan Date: Fri, 31 Mar 2023 13:21:30 -0700 Subject: [PATCH] Add stdio.h back into the user-visible namespace. I think that in the long run this might not be what we want, but it reduces the impact of this and the accompanying lingua-franca PR on existing LF programs. --- include/api/api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/api/api.h b/include/api/api.h index b4b4274c6..85e06ff9f 100644 --- a/include/api/api.h +++ b/include/api/api.h @@ -35,6 +35,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef API_H #define API_H +#include // Included for backwards compatibility so that users do not need to explicitly include this #include "lf_types.h" #include "tag.h"