Skip to content

Commit

Permalink
Always include y.tab.h explicitly, because sometimes it doesn't happen
Browse files Browse the repository at this point in the history
automatically (OSX Mojave).
  • Loading branch information
davidgiven committed Jan 5, 2021
1 parent 777dfa1 commit 607f13c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/zmac/zmac.y
Expand Up @@ -225,6 +225,7 @@
#endif

#include "mio.h"
#include "y.tab.h"

/*
* DEBUG turns on pass reporting.
Expand Down

0 comments on commit 607f13c

Please sign in to comment.