Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Sep 30, 2024
1 parent 7675c83 commit 2af3278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
extern "C" {
#include <AL/al.h>

Check failure on line 10 in src/common.hpp

View workflow job for this annotation

GitHub Actions / lint

src/common.hpp:10:10 [clang-diagnostic-error]

'AL/al.h' file not found
#include <AL/alc.h>
#include <AL/alext.h>
// #include <AL/alext.h>
#include <SDL2/SDL.h>
#include <curl/curl.h>
#include <ogg/ogg.h>
Expand Down

0 comments on commit 2af3278

Please sign in to comment.