Add definition _GNU_SOURCE to remove warnings to do with implicit functions

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I02489bde9498c3acb22af381bd4852e5a667c677
This commit is contained in:
Deokgyu Yang
2020-03-30 15:07:24 +09:00
parent a0bd5eb338
commit 40b5bc139c

View File

@@ -5,6 +5,10 @@
*/
/*----------------------------------------------------------------------------*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <stdio.h>
#include <stdarg.h>
#include <stdint.h>