diff options
author | fluxgen <fluxgen> | 2002-01-11 11:54:48 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-11 11:54:48 (GMT) |
commit | b4515716b75f745388eaf52c0d62b70443170db8 (patch) | |
tree | cf9683284d99649eb99b6f57f94184fe7c3b5976 /src | |
parent | 485a13a25feae0e163d09f1f9527137347361651 (diff) | |
download | fluxbox-b4515716b75f745388eaf52c0d62b70443170db8.zip fluxbox-b4515716b75f745388eaf52c0d62b70443170db8.tar.bz2 |
fixed cygwin
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n.hh b/src/i18n.hh index 63bc67d..46b5c1c 100644 --- a/src/i18n.hh +++ b/src/i18n.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: i18n.hh,v 1.3 2002/01/09 14:11:20 fluxgen Exp $ | 25 | // $Id: i18n.hh,v 1.4 2002/01/11 11:54:48 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef _I18N_HH_ | 27 | #ifndef _I18N_HH_ |
28 | #define _I18N_HH_ | 28 | #define _I18N_HH_ |
@@ -42,6 +42,9 @@ extern "C" { | |||
42 | } | 42 | } |
43 | #endif // HAVE_NL_TYPES_H | 43 | #endif // HAVE_NL_TYPES_H |
44 | 44 | ||
45 | #ifdef __CYGWIN32__ | ||
46 | # include "nl_types_cygnus.h" | ||
47 | #endif | ||
45 | 48 | ||
46 | class I18n { | 49 | class I18n { |
47 | private: | 50 | private: |