rtems-bin2c.c: Add _GNU_SOURCE to see strnlen() and strdup()

Addresses warnings.
This commit is contained in:
Joel Sherrill 2021-12-16 15:23:16 -06:00
parent bdd785a397
commit 161ccd0177

View File

@ -25,6 +25,7 @@
*
*/
#define _GNU_SOURCE
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>