Browse Source

Fix build on linux

Heads up Wez
migration/EXPERIMENTAL
Jason Greene 25 years ago
parent
commit
e48bc17c58
  1. 1
      ext/standard/string.c

1
ext/standard/string.c

@ -31,6 +31,7 @@
# include <locale.h>
#endif
#ifdef HAVE_LANGINFO_H
#define __USE_GNU
# include <langinfo.h>
#endif
#include "scanf.h"

Loading…
Cancel
Save