summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/timefuncs.h
blob: bb017789b7453c78bcea0b1f27a877c60805746e (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3_PREV
#error "No <timefuncs.h> in Python3"
#else
#include <contrib/tools/python/src/Include/timefuncs.h>
#endif