- Fixed more case-sensitivity problems, and missing include files.
This commit is contained in:
Paul Beckingham
2011-05-28 17:53:58 -04:00
parent 17f3717871
commit 08c4d4bdfe
5 changed files with 15 additions and 14 deletions

View File

@@ -26,6 +26,7 @@
////////////////////////////////////////////////////////////////////////////////
#include <iostream>
#include <stdlib.h>
#include <sys/select.h>
#include <Context.h>
#include <Nibbler.h>