EVERTims / evertims

Beam tracing software
Other
46 stars 14 forks source link

My linux compiler asks for #include <stdio.h> for src/socket.h #6

Open thima2017 opened 6 years ago

thima2017 commented 6 years ago

I use Lubuntu 17.10

thima2017 commented 6 years ago

The problem appears when compiler tries to compile socket.cc. Edited socket.h: socket.h.txt

maelsegalen commented 4 years ago

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

and everything went well after that.

Best regards