Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fb9eaff

Browse filesBrowse files
author
Alexander Korotkov
committed
Fix wrong include directive.
1 parent bbf3c19 commit fb9eaff
Copy full SHA for fb9eaff

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎monq_scan.l

Copy file name to clipboardExpand all lines: monq_scan.l
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%{
22
#include <stdlib.h>
33
#include <stdio.h>
4-
#include "monq_structures.h"
4+
#include "monq.h"
55
#include "monq_gram.h"
66
#include <string.h>
77

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.