Use a rectangle:
For horizontal and vertical lines just use SDL_DrawFillRect and make the height/width of the SDL_Rect to be the thickness.
I'll be honest this approach really only makes sense vertical and horizontal lines, however, for diagonal lines, following this post, you could save the rectangle to a texture and rotate the texture. When all else fails, use textures.