Skip to content

Commit

Permalink
Even when NLS is off, need LC_MESSAGES variable available,
Browse files Browse the repository at this point in the history
so include <locale.h>.   Found this on axa.slu.edu.
  • Loading branch information
kscanne committed Sep 19, 2003
1 parent 501dbf5 commit 7746479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cuardach.c
Expand Up @@ -10,6 +10,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h> /* atoi, strtol */
#include <locale.h>
#include "gettext.h"
#else
/* trouble! */
Expand Down
1 change: 1 addition & 0 deletions ponc.in.y
@@ -1,6 +1,7 @@
%{
/* Grammar for the three *.in data files */
#include <stdio.h>
#include <locale.h>
#include "gettext.h"
int lineno = 1;
int errors = 0;
Expand Down

0 comments on commit 7746479

Please sign in to comment.