X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2Fform.priv.h;h=fea627d30d7d9d1c213a84ead2c0c3afcf5171d8;hp=b43f35c2cc48eb5a71f27880a42375e2fa4cca13;hb=d736364fc09f481a38861dcb44b43d15b94af528;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/form/form.priv.h b/form/form.priv.h index b43f35c2..fea627d3 100644 --- a/form/form.priv.h +++ b/form/form.priv.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2004,2005 Free Software Foundation, Inc. * + * Copyright (c) 1998-2006,2008 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -30,7 +30,7 @@ * Author: Juergen Pfeifer, 1995,1997 * ****************************************************************************/ -/* $Id: form.priv.h,v 0.25 2005/03/05 23:47:26 tom Exp $ */ +/* $Id: form.priv.h,v 0.27 2008/09/08 20:29:05 tom Exp $ */ #ifndef FORM_PRIV_H #define FORM_PRIV_H 1 @@ -39,8 +39,9 @@ #include "mf_common.h" #if USE_WIDEC_SUPPORT -#include +#if HAVE_WCTYPE_H #include +#endif #ifndef MB_LEN_MAX #define MB_LEN_MAX 8 /* should be >= MB_CUR_MAX, but that may be a function */