Skip to content

Commit

Permalink
weird include bug on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed Oct 3, 2024
1 parent 7ad36f6 commit bad2399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transfer.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <ctype.h>
#include "transfer.h"
#include <stdio.h>
#include <stdint.h>

uint8_t amy_transfer_flag = 0;
uint8_t * amy_transfer_storage = NULL;
Expand Down

0 comments on commit bad2399

Please sign in to comment.