Skip to content

Commit

Permalink
[c++ options] strptime.h must be included as extern "C".
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jan 9, 2023
1 parent f96f8f4 commit d4a1fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/guile/gnc-engine-guile.cpp
Expand Up @@ -39,11 +39,11 @@ extern "C"
#include "gnc-guile-utils.h"
#include <qof.h>
#include <qofbookslots.h>
}

#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.
Expand Down

0 comments on commit d4a1fb9

Please sign in to comment.