Skip to content

Commit

Permalink
Merge pull request #480 from F0bes/netinit/tcp
Browse files Browse the repository at this point in the history
Add netinit/tcp.h
  • Loading branch information
uyjulian authored Dec 15, 2023
2 parents e48581d + 1797036 commit 8e99d8d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions common/include/netinet/tcp.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
# _____ ___ ____ ___ ____
# ____| | ____| | | |____|
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
#-----------------------------------------------------------------------
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
# Licenced under Academic Free License version 2.0
# Review ps2sdk README & LICENSE files for further details.
*/

#ifndef __PS2SDK_NETINET_TCP_H__
#define __PS2SDK_NETINET_TCP_H__

#include <ps2ip.h>

#endif

0 comments on commit 8e99d8d

Please sign in to comment.