Skip to content

Commit f94c2da

Browse files
author
Reini Urban
committed
fix GH #161: add missing #include"containers.h"
parrot has now -Werror=missing-prototypes, which caught this omission
1 parent 48bc2c2 commit f94c2da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vm/parrot/6model/containers.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include "parrot/parrot.h"
33
#include "parrot/extend.h"
44
#include "sixmodelobject.h"
5+
#include "containers.h"
56

67
/* ***************************************************************************
78
* CodePair container configuration: container with FETCH/STORE code refs

0 commit comments

Comments
 (0)