Skip to content

Commit

Permalink
need sys/socket.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtleP committed Mar 25, 2024
1 parent 5705bdb commit dc59e91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/modules/love/love.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ static constexpr char nogame_lua[] = {
#include <modules/window/wrap_window.hpp>

#include <arpa/inet.h>
#include <sys/socket.h>

// clang-format off
static constexpr luaL_Reg modules[] =
Expand Down

0 comments on commit dc59e91

Please sign in to comment.