all repos — fluxbox @ 372ffd8bd3f165a8d3a8d210f4a32c81b2d8628c

custom fork of the fluxbox windowmanager

fixed default include
fluxgen fluxgen
commit

372ffd8bd3f165a8d3a8d210f4a32c81b2d8628c

parent

ab0f6505ff9311b5ea1c63c4cb9a65ff0f553237

1 files changed, 3 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.7 2002/04/04 00:21:48 fluxgen Exp $ +// $Id: i18n.hh,v 1.8 2002/05/24 13:24:02 fluxgen Exp $ #ifndef I18N_HH #define I18N_HH

@@ -38,6 +38,8 @@ // this is needed for linux libc5 systems

extern "C" { # include <nl_types.h> } +#else // HAVE_NL_TYPES_H +#include "nl_types_cygnus.h" #endif // HAVE_NL_TYPES_H #ifdef __CYGWIN32__