Skip to content

Commit

Permalink
Add stdio.h back into the user-visible namespace.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
petervdonovan committed Mar 31, 2023
1 parent ac3d19a commit 9eb95b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/api/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdio.h> // Included for backwards compatibility so that users do not need to explicitly include this
#include "lf_types.h"
#include "tag.h"

Expand Down

0 comments on commit 9eb95b0

Please sign in to comment.