Skip to content

Commit

Permalink
Include bits/types/locale_t
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Oct 20, 2023
1 parent 59f735f commit 1fe5efb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions numpy/_core/feature_detection_locale.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
#pragma GCC diagnostic ignored "-Wnonnull"
#ifdef _GNU_SOURCE
# include <bits/types/locale_t.h>
#endif
long double strtold_l(const char*, char**, locale_t);

0 comments on commit 1fe5efb

Please sign in to comment.