evertims
evertims copied to clipboard
My linux compiler asks for #include <stdio.h> for src/socket.h
I use Lubuntu 17.10
The problem appears when compiler tries to compile socket.cc. Edited socket.h: socket.h.txt
Hi !
I guess it is too late to help you but, as a user, I just came across the same error, so I post it here in order to help future persons that might get stuck.
I just added the following line in evertims/evertims/src/socket.cc : #include <stdio.h>
and everything went well after that.
Best regards