summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/lock.h
blob: 94780ce95dfe23af7fd8a0a563b81861badb95b9 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/lock.h>
#else
#error "No <lock.h> in Python2"
#endif