summaryrefslogtreecommitdiff
path: root/lib/command_py.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-04-20 07:51:45 -0400
committerGitHub <noreply@github.com>2022-04-20 07:51:45 -0400
commita71e190d44395ab119579dacd4d86d2a2dfa9916 (patch)
tree62cc9f42e4650c5a8b6b759da439d1ee132c7a51 /lib/command_py.c
parent83bbdb5e145b84000ceb34ed80873009d1c5ba2c (diff)
parent3f115705d3f449dd19ab9a93170d6cd72a50f999 (diff)
Merge pull request #10961 from opensourcerouting/build-ms-ext
build: enable `-fms-extensions`
Diffstat (limited to 'lib/command_py.c')
-rw-r--r--lib/command_py.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/command_py.c b/lib/command_py.c
index 90344ae1e5..6301eec5e8 100644
--- a/lib/command_py.c
+++ b/lib/command_py.c
@@ -28,6 +28,9 @@
* setup & these trample over each other.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <Python.h>
#include "structmember.h"
#include <string.h>