Skip to content

Commit

Permalink
Merge pull request #20 from Conan-Kudo/v1-fix-build-on-gcc14
Browse files Browse the repository at this point in the history
Add missing stdlib.h to fix build on GCC 14
  • Loading branch information
serebit authored Jan 21, 2024
2 parents d05681e + 33265bf commit 2f0184c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wlr-wrap-start.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ static_assert(0 == 1, "wlroots include wrap started and not ended");
#define WLROOTS_INCLUDE_WRAP_STARTED

#include <pthread.h>
#include <stdlib.h>
#include <wayland-server-core.h>

#ifdef __clang__
Expand Down

0 comments on commit 2f0184c

Please sign in to comment.