summaryrefslogtreecommitdiff
path: root/plugins/python/pyhelpers.h
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2022-10-21 17:04:21 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2022-10-21 17:04:21 -0600
commit4ec370d6aac44dfd2b26496b60967dd9b8974c8d (patch)
treed66d81451d8e7af209bcc4faed494581cd2e8a4c /plugins/python/pyhelpers.h
parentdbba6d4a761f7b9801d6af734ab2b1bc8a90a5a2 (diff)
parent9d34c84441cdb6d0bfb91744195659c71995dc30 (diff)
downloadsudo-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.h2
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"