From 2a5b0529512930c56491410930812bb120764894 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 23 Oct 2012 23:45:48 -0700 Subject: [PATCH] Needed to add SDL_messagebox.h to installed headers --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index d737a1c3e..f45247565 100644 --- a/Makefile.in +++ b/Makefile.in @@ -60,6 +60,7 @@ HDRS = \ SDL_loadso.h \ SDL_log.h \ SDL_main.h \ + SDL_messagebox.h \ SDL_mouse.h \ SDL_mutex.h \ SDL_name.h \