Skip to content

Commit

Permalink
Merge pull request #336 from pastalian/fix-glib-header
Browse files Browse the repository at this point in the history
Include recommended glibc header instead of internal one
  • Loading branch information
ouwou authored Nov 2, 2024
2 parents a548196 + 3494ddc commit 7e04fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <regex>
#include <mutex>
#include <condition_variable>
#include <glibconfig.h>
#include <glib.h>
#include <optional>
#include <type_traits>

Expand Down

0 comments on commit 7e04fb9

Please sign in to comment.