Skip to content

Commit

Permalink
Don't use relative include path in getpath.c
Browse files Browse the repository at this point in the history
  • Loading branch information
itamaro committed Dec 12, 2023
1 parent cde1417 commit f201802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/getpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#endif

/* Reference the precompiled getpath.py */
#include "../Python/frozen_modules/getpath.h"
#include "Python/frozen_modules/getpath.h"

#if (!defined(PREFIX) || !defined(EXEC_PREFIX) \
|| !defined(VERSION) || !defined(VPATH) \
Expand Down

0 comments on commit f201802

Please sign in to comment.