diff --git a/Makefile b/Makefile index a1a27e569..ad05eddd1 100644 --- a/Makefile +++ b/Makefile @@ -379,6 +379,7 @@ $(OutFile): build_info \ -lpthread \ -ldl \ -lrt \ + -lsocket \ -lz -Wl,--end-group $(OutDir_ide): diff --git a/uMakefile b/uMakefile index e8a6003b2..92d5097b5 100644 --- a/uMakefile +++ b/uMakefile @@ -103,6 +103,7 @@ $(OutFile): build_info \ -lpthread \ -ldl \ -lrt \ + -lsocket \ -lz -Wl,--end-group $(OutDir_umk):