Skip to content

Commit 607f13c

Browse files
committed
Always include y.tab.h explicitly, because sometimes it doesn't happen
automatically (OSX Mojave).
1 parent 777dfa1 commit 607f13c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/zmac/zmac.y

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
#endif
226226

227227
#include "mio.h"
228+
#include "y.tab.h"
228229

229230
/*
230231
* DEBUG turns on pass reporting.

0 commit comments

Comments
 (0)