Skip to content

Commit

Permalink
Include stdio.h for sscanf.
Browse files Browse the repository at this point in the history
Fixes #1532
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Feb 15, 2024
1 parent 8575e37 commit edcc50e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/joynu.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

#define ALLEGRO_NO_COMPATIBILITY

#include <stdio.h>

#include "allegro5/allegro.h"
#include "allegro5/internal/aintern.h"
#include "allegro5/internal/aintern_events.h"
Expand Down

0 comments on commit edcc50e

Please sign in to comment.