all repos — fluxbox @ b4515716b75f745388eaf52c0d62b70443170db8

custom fork of the fluxbox windowmanager

fixed cygwin
fluxgen fluxgen
commit

b4515716b75f745388eaf52c0d62b70443170db8

parent

485a13a25feae0e163d09f1f9527137347361651

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M src/i18n.hhsrc/i18n.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: i18n.hh,v 1.3 2002/01/09 14:11:20 fluxgen Exp $ +// $Id: i18n.hh,v 1.4 2002/01/11 11:54:48 fluxgen Exp $ #ifndef _I18N_HH_ #define _I18N_HH_

@@ -42,6 +42,9 @@ # include <nl_types.h>

} #endif // HAVE_NL_TYPES_H +#ifdef __CYGWIN32__ +# include "nl_types_cygnus.h" +#endif class I18n { private: