Skip to content

Commit

Permalink
[build] Fix build with new bison version, by adding include.
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Saukko <marko.saukko@jollamobile.com>
  • Loading branch information
Marko Saukko committed May 6, 2013
1 parent 9cd4e58 commit 2e44895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datalang.y
Expand Up @@ -8,6 +8,7 @@

%{
#include "iodata.h"
#include <stdio.h>
%}

%union {
Expand Down

0 comments on commit 2e44895

Please sign in to comment.