Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fb9eaff

Browse files
author
Alexander Korotkov
committed
Fix wrong include directive.
1 parent bbf3c19 commit fb9eaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monq_scan.l

Lines 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)