Skip to content

Commit

Permalink
modified: Makefile
Browse files Browse the repository at this point in the history
	modified:   src/network.h
  • Loading branch information
DaQueenJodi committed Dec 25, 2021
1 parent d51d48d commit 001f8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ MAP ?= $(BIN)/boot.map
# Variable init

# The names of libraries to use.
LIBS := ogc mxml fat bte wiiuse
LIBS := ogc mxml fat bte wiiuse m
# The source files to compile.
SRC :=
# Phony targets
Expand Down
2 changes: 1 addition & 1 deletion src/network.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define SO_ERROR 0x1007 /* get error status and clear */
#define SO_TYPE 0x1008 /* get socket type */

s32 net_ip_top_fd;
extern s32 net_ip_top_fd;

/*
* Structure used for manipulating linger option.
Expand Down

0 comments on commit 001f8f3

Please sign in to comment.