1
0
Fork 0
mirror of https://github.com/linux-usb-gadgets/libusbgx.git synced 2025-07-13 00:59:43 +03:00

libusbgx: tests: Remove redefinition of _GNU_SOURCE

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
This commit is contained in:
Krzysztof Opasiak 2018-02-22 17:27:22 +01:00
parent b1d0b906f8
commit f02d36d163

View file

@ -1,4 +1,3 @@
#define _GNU_SOURCE
#include <dirent.h>
#include <stdio.h>
#include <stdarg.h>