all repos — fluxbox @ 1660aeb26881e5ccabcf216736c560af25186273

custom fork of the fluxbox windowmanager

fixed include config.h
fluxgen fluxgen
commit

1660aeb26881e5ccabcf216736c560af25186273

parent

7cb7a7156118c4b3ccda5bc277244204768bb38b

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

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

@@ -22,12 +22,16 @@ // 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.8 2002/05/24 13:24:02 fluxgen Exp $ +// $Id: i18n.hh,v 1.9 2002/08/15 10:52:16 fluxgen Exp $ #ifndef I18N_HH #define I18N_HH #include "../nls/blackbox-nls.hh" + +#ifdef HAVE_CONFIG_H +#include "../config.h" +#endif // HAVE_CONFIG_H #ifdef HAVE_LOCALE_H # include <locale.h>