Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
"implicit declaration of function ‘fileno’"
  • Loading branch information
detomon committed May 11, 2024
1 parent ddd26ef commit 075174d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BKWaveFileReader.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "BKWaveFileReader.h"
#include "BKWaveFile_internal.h"
#include <fcntl.h>
#include <stdio.h>

extern BKClass BKWaveFileReaderClass;

Expand Down

0 comments on commit 075174d

Please sign in to comment.