You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sample_bots/do_nothing_bot.cc: In function ‘int main(int, char**)’:
sample_bots/do_nothing_bot.cc:6: error: ‘EOF’ was not declared in this scope
sample_bots/timeout_bot.cc: In function ‘int main(int, char**)’:
sample_bots/timeout_bot.cc:8: error: ‘EOF’ was not declared in this scope
added #include <cstdio> to those files and it worked fine.
i am using ubuntu 10.10.
Original issue reported on code.google.com by anton.fo...@gmail.com on 16 Sep 2010 at 5:00
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
anton.fo...@gmail.com
on 16 Sep 2010 at 5:00The text was updated successfully, but these errors were encountered: