Skip to content

Commit

Permalink
Add missing header to parser.y (patch by @fxcoudert in #38)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Mar 14, 2017
1 parent d579540 commit 96686d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser.y
Expand Up @@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "shape.h"
#include "boxes.h"
#include "tools.h"
Expand Down

0 comments on commit 96686d0

Please sign in to comment.