freebsd: fix compilation with the prebuilt tcc for programs doing import stbi, by adding newline to last line of header files (#19329)

This commit is contained in:
Kim Shrier 2023-09-12 02:40:41 -06:00 committed by GitHub
parent 1ce4213afb
commit 282bb7408c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
*/
void set_png_compression_level(int level);
void write_force_png_filter(int level);
void write_tga_with_rle(int level);
void write_tga_with_rle(int level);

View file

@ -2,4 +2,4 @@ typedef struct sub_foo sub_foo;
struct sub_foo {
int a;
};
};