From 4d4b0d6df211275d508bc456b9fd5237135b8502 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Mon, 14 Jul 2003 08:54:32 +0000 Subject: [PATCH] Add paging.h Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1128 --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile.am b/include/Makefile.am index 20f35bb0..d910b84d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -18,6 +18,7 @@ mem.h \ mixer.h \ modules.h \ mouse.h \ +paging.h \ pic.h \ programs.h \ render.h \