Re: [AD] Missing include for aintern.h? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sunday 15 January 2006 00:43, Elias Pschernig wrote:
> The reason it works here is because of this in aintlnx.h:
>
> #ifdef ALLEGRO_LINUX_VGA
> #include "allegro/internal/aintern.h"
> #include "allegro/internal/aintvga.h"
> #endif
>
> I'd say, your patch makes sense in any case.. and probably the above
> include "aintern.h" should be moved to aintvga.h, if that needs it, but
> i guess it's fine like is as well.
Ok, thanks for clarifying. Patch commited to 4.2, I haven't (yet) checked
if 4.3 needs it too.
Evert