Add missing forward declaration of struct image_params.

This commit is contained in:
Ed Schouten 2015-10-21 16:32:01 +00:00
parent 7f5f4b449d
commit 810ec0efbc

View file

@ -37,6 +37,7 @@
#define AUXARGS_ENTRY(pos, id, val) {suword(pos++, id); suword(pos++, val);}
struct image_params;
struct thread;
/*