See patch.
We could also just #include post_code.h everywhere explicitly, but I think that's a bit of an overkill as we use console.h everywhere already.
Note: There are build problems in v3 currently which are being investigated (and this patch won't fix them).
Uwe.
On 20.11.2007 19:47, Uwe Hermann wrote:
See patch.
We could also just #include post_code.h everywhere explicitly, but I think that's a bit of an overkill as we use console.h everywhere already.
Note: There are build problems in v3 currently which are being investigated (and this patch won't fix them).
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Can you add multiple inclusion guards to post_code.h?
Regards, Carl-Daniel
On Tue, Nov 20, 2007 at 07:53:13PM +0100, Carl-Daniel Hailfinger wrote:
On 20.11.2007 19:47, Uwe Hermann wrote:
See patch.
We could also just #include post_code.h everywhere explicitly, but I think that's a bit of an overkill as we use console.h everywhere already.
Note: There are build problems in v3 currently which are being investigated (and this patch won't fix them).
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
r513.
Can you add multiple inclusion guards to post_code.h?
Good point, done.
Uwe.