mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib/replace: Ensure that __STDC_WANT_LIB_EXT1__ is set to 1
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
5b3a8aa544
commit
a643ac45c1
@ -41,7 +41,7 @@
|
||||
* As it's also needed when Python.h is the first header we
|
||||
* require a global -D__STDC_WANT_LIB_EXT1__=1
|
||||
*/
|
||||
#ifndef __STDC_WANT_LIB_EXT1__
|
||||
#if __STDC_WANT_LIB_EXT1__ != 1
|
||||
#error -D__STDC_WANT_LIB_EXT1__=1 required
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user