diff options
Diffstat (limited to 'src/video/photon/SDL_ph_image_c.h')
-rw-r--r-- | src/video/photon/SDL_ph_image_c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/photon/SDL_ph_image_c.h b/src/video/photon/SDL_ph_image_c.h index 063879b3..f38ded7c 100644 --- a/src/video/photon/SDL_ph_image_c.h +++ b/src/video/photon/SDL_ph_image_c.h @@ -23,7 +23,7 @@ #ifndef __SDL_PH_IMAGE_H__ #define __SDL_PH_IMAGE_H__ -#include "SDL_events_c.h" +#include "../../events/SDL_events_c.h" #include "SDL_ph_video.h" struct private_hwdata |