Also make sure to include "config.h"; otherwise overriding headers
from Gnulib will complain:
In file included from inih/ini.c:14:
./../gl/stdio.h:71:3: error: #error "Please include config.h first."
71 | #error "Please include config.h first."
| ^~~~~
Signed-off-by: Daiki Ueno <ueno@gnu.org>
-Subproject commit 41d5dae3b7d239f167f09e4398f3970845a0ddc0
+Subproject commit bd1e981434c98751b1106a1744e77a27317b52b3
*/
+#include "config.h"
+
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS)
#define _CRT_SECURE_NO_WARNINGS
#endif
#include "hello_ext.h"
#include <c-strcase.h>
#include "fips.h"
-#include "errno.h"
+#include <errno.h>
#include "ext/srp.h"
#include <gnutls/gnutls.h>
#include "profiles.h"
* along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#include <nettle/bignum.h>
#include <gnutls/gnutls.h>
#include <assert.h>