Closed cxxboy closed 3 years ago
Here, https://github.com/eliben/code-for-blog/blob/master/2017/async-socket-server/uv-server.c in line 11, You included #include "uv.h" But where is the actual file?
#include "uv.h"
See the Makefile alongside that C code
Makefile
Here, https://github.com/eliben/code-for-blog/blob/master/2017/async-socket-server/uv-server.c in line 11, You included
#include "uv.h"
But where is the actual file?