* lib/stdcountof.in.h: Check that config.h was already included.
+2025-07-08 Collin Funk <collin.funk1@gmail.com>
+
+ stdcountof-h: Add reminder to include <config.h>.
+ * lib/stdcountof.in.h: Check that config.h was already included.
+
2025-07-07 Bruno Haible <bruno@clisp.org>
float-h: Enforce the ISO C 23 compliant value for LDBL_EPSILON.
#ifndef _GL_STDCOUNTOF_H
#define _GL_STDCOUNTOF_H
+/* This file uses _GL_GNUC_PREREQ. */
+#if !_GL_CONFIG_H_INCLUDED
+ #error "Please include config.h first."
+#endif
+
/* Get size_t. */
#include <stddef.h>