(frontend.c) Fix include
This commit is contained in:
parent
46055eb47b
commit
e15c683b44
|
@ -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