Add missing forward declaration of struct image_params.

This commit is contained in:
ed 2015-10-21 16:32:01 +00:00
parent 82833332a3
commit 3fbde2ccc6

View File

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