diff options
| author | Todd C. Miller <Todd.Miller@sudo.ws> | 2022-10-21 17:04:21 -0600 |
|---|---|---|
| committer | Todd C. Miller <Todd.Miller@sudo.ws> | 2022-10-21 17:04:21 -0600 |
| commit | 4ec370d6aac44dfd2b26496b60967dd9b8974c8d (patch) | |
| tree | d66d81451d8e7af209bcc4faed494581cd2e8a4c /plugins/python/pyhelpers.h | |
| parent | dbba6d4a761f7b9801d6af734ab2b1bc8a90a5a2 (diff) | |
| parent | 9d34c84441cdb6d0bfb91744195659c71995dc30 (diff) | |
| download | sudo-SUDO_1_9_12.tar.gz | |
Merge sudo 1.9.12 from tip.SUDO_1_9_12
Diffstat (limited to 'plugins/python/pyhelpers.h')
| -rw-r--r-- | plugins/python/pyhelpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/pyhelpers.h b/plugins/python/pyhelpers.h index 524b14e3b..5448e1d48 100644 --- a/plugins/python/pyhelpers.h +++ b/plugins/python/pyhelpers.h @@ -22,7 +22,7 @@ #define PY_SSIZE_T_CLEAN #include <Python.h> -#include "config.h" +#include <config.h> #include "sudo_compat.h" #include "sudo_plugin.h" |
