aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/structmember.h
blob: c030e255a3d39386d95af08bea8b3d09ab31653c (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/structmember.h> 
#else 
#include <contrib/tools/python/src/Include/structmember.h> 
#endif