mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[c++ options] strptime.h must be included as extern "C".
This commit is contained in:
@@ -39,11 +39,11 @@ extern "C"
|
|||||||
#include "gnc-guile-utils.h"
|
#include "gnc-guile-utils.h"
|
||||||
#include <qof.h>
|
#include <qof.h>
|
||||||
#include <qofbookslots.h>
|
#include <qofbookslots.h>
|
||||||
}
|
|
||||||
|
|
||||||
#ifndef HAVE_STRPTIME
|
#ifndef HAVE_STRPTIME
|
||||||
# include "strptime.h"
|
# include "strptime.h"
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
/** \todo Code dependent on the private query headers
|
/** \todo Code dependent on the private query headers
|
||||||
qofquery-p.h and qofquerycore-p.h may need to be modified.
|
qofquery-p.h and qofquerycore-p.h may need to be modified.
|
||||||
|
|||||||
Reference in New Issue
Block a user