SDL_image.h fatal error: No such file or directory – Debian
I am using Debian and i downloaded SDL_image.h succesfully. (sudo apt-get install libsdl2-image-dev) I wrote a simple code to tell if it sees PNG images, but I'm getting an error. Code: #include <stdio.h> #include <SDL2/SDL.h> #include <SDL_image.h> int main(){ if…