Merge pull request #1023 from heuripedes/frontend

(frontend.c) Fix include
This commit is contained in:
Twinaphex 2014-09-16 00:27:59 +02:00
commit 18e20b0975

View File

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