From 401e4580d6dd9867a691045688680ce410f84cb5 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sun, 3 Jul 2005 07:55:00 +0000 Subject: [PATCH] Move misc.h and os.h from proto/X11 to xserver/xorg/include. --- include/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/Makefile.am b/include/Makefile.am index 7c14785e4..3d0185ae0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -23,8 +23,10 @@ sdk_HEADERS = \ globals.h \ input.h \ inputstr.h \ + misc.h \ miscstruct.h \ opaque.h \ + os.h \ pixmap.h \ pixmapstr.h \ property.h \