Clean up compiler warning exposed by GCC's -Wall option: make sure
Python.h is included before standard headers since we set _GNU_SOURCE there. This ensures that strdup() is prototyped.
Showing
Please register or sign in to comment
Python.h is included before standard headers since we set _GNU_SOURCE there. This ensures that strdup() is prototyped.