Browse Source

MFB: LC_MESSAGES support

migration/unlabaled-1.3.2
Melvyn Sopacua 24 years ago
parent
commit
e4006659b2
  1. 3
      ext/standard/string.c

3
ext/standard/string.c

@ -37,6 +37,9 @@
#ifdef HAVE_MONETARY_H
# include <monetary.h>
#endif
#ifdef HAVE_LIBINTL
# include <libintl.h> /* For LC_MESSAGES */
#endif
#include <math.h>

Loading…
Cancel
Save