gcc/case sensitive fixes.

This commit is contained in:
Kelvin Sherlock 2016-08-17 13:14:38 -04:00
parent efd51bcb48
commit f6c5478063
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#include <algorithm>
#include "mpw_parser.h"
#include "phase3_parser.h"

View File

@ -4,7 +4,7 @@
#include <string>
#include <memory>
#include "Environment.h"
#include "environment.h"
#include "fdset.h"
#include "phase1.h"