(frontend.c) Fix include

This commit is contained in:
Higor Eurípedes 2014-09-15 17:47:22 -03:00
parent 46055eb47b
commit e15c683b44
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "driver.h" #include "../driver.h"
#include "frontend.h" #include "frontend.h"
#include "../general.h" #include "../general.h"