Skip to content

Commit 863d2bc

Browse files
committed
Fix header.
1 parent 0dba178 commit 863d2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Programs/_testembed.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <Python.h>
99
#include "pycore_initconfig.h" // _PyConfig_InitCompatConfig()
1010
#include "pycore_runtime.h" // _PyRuntime
11-
#include "pycore_semaphore.h" // _PySemaphore
11+
#include "pycore_lock.h" // PyEvent
1212
#include "pycore_pythread.h" // PyThread_start_joinable_thread()
1313
#include "pycore_import.h" // _PyImport_FrozenBootstrap
1414
#include <inttypes.h>

0 commit comments

Comments
 (0)