Merge pull request #1023 from heuripedes/frontend
(frontend.c) Fix include
This commit is contained in:
commit
18e20b0975
|
@ -15,7 +15,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "driver.h"
|
||||
#include "../driver.h"
|
||||
#include "frontend.h"
|
||||
#include "../general.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue