Skip to content

Commit

Permalink
fix GH #161: add missing #include"containers.h"
Browse files Browse the repository at this point in the history
parrot has now -Werror=missing-prototypes, which caught this omission
  • Loading branch information
Reini Urban committed Mar 13, 2014
1 parent 48bc2c2 commit f94c2da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/parrot/6model/containers.c
Expand Up @@ -2,6 +2,7 @@
#include "parrot/parrot.h"
#include "parrot/extend.h"
#include "sixmodelobject.h"
#include "containers.h"

/* ***************************************************************************
* CodePair container configuration: container with FETCH/STORE code refs
Expand Down

0 comments on commit f94c2da

Please sign in to comment.