changeset 8093 | b43765095a6f |
parent 6885 | 700f1b25f77f |
child 8149 | 681eb46b8ac4 |
1.1 --- a/src/render/software/SDL_drawline.h Mon Dec 09 13:30:35 2013 -0500 1.2 +++ b/src/render/software/SDL_drawline.h Sun Nov 24 23:56:17 2013 -0500 1.3 @@ -18,7 +18,7 @@ 1.4 misrepresented as being the original software. 1.5 3. This notice may not be removed or altered from any source distribution. 1.6 */ 1.7 -#include "SDL_config.h" 1.8 +#include "../../SDL_internal.h" 1.9 1.10 1.11 extern int SDL_DrawLine(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color);