[c++ options] strptime.h must be included as extern "C".

This commit is contained in:
John Ralls
2023-01-08 16:08:04 -08:00
parent f96f8f4043
commit d4a1fb92a6

View File

@@ -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.