From d4a1fb92a6a23556a87b9308adbb94049c7ab748 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 8 Jan 2023 16:08:04 -0800 Subject: [PATCH] [c++ options] strptime.h must be included as extern "C". --- bindings/guile/gnc-engine-guile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/guile/gnc-engine-guile.cpp b/bindings/guile/gnc-engine-guile.cpp index 7028bd33cd9..4470adb201a 100644 --- a/bindings/guile/gnc-engine-guile.cpp +++ b/bindings/guile/gnc-engine-guile.cpp @@ -39,11 +39,11 @@ extern "C" #include "gnc-guile-utils.h" #include #include -} #ifndef HAVE_STRPTIME # include "strptime.h" #endif +} /** \todo Code dependent on the private query headers qofquery-p.h and qofquerycore-p.h may need to be modified.