diff options
Diffstat (limited to 'app/cwm/headers.h')
-rw-r--r-- | app/cwm/headers.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/cwm/headers.h b/app/cwm/headers.h index 7ed671bf0..2bbf4cc7f 100644 --- a/app/cwm/headers.h +++ b/app/cwm/headers.h @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: headers.h,v 1.5 2008/04/15 20:24:41 oga Exp $ + * $Id: headers.h,v 1.6 2008/09/22 14:15:03 oga Exp $ */ #ifndef _CALMWM_HEADERS_H_ @@ -41,6 +41,8 @@ #include <X11/cursorfont.h> #include <X11/extensions/shape.h> +#include <X11/extensions/Xrandr.h> +#include <X11/extensions/Xinerama.h> #include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/keysym.h> |