]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/common/mesh_event_handler.c
Reduce UTCP memory usage.
[meshlink] / test / blackbox / common / mesh_event_handler.c
index 84ae63dd83436ec0cb42c780ef411ec1b36aa66a..e00f7d3c1f146509f38dd1edb31b027af80ecf39 100644 (file)
     with this program; if not, write to the Free Software Foundation, Inc.,
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
+
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+
+#define _POSIX_C_SOURCE 200809L
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>