This repository has been archived on 2021-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
glovechat/src/server/sock/tcp_bsd.c
2019-01-15 16:24:52 -06:00

6 lines
41 B
C

#ifndef _WIN32
#include "tcp.h"
#endif