OSDN Git Service

Fix wifiLoadScanAssoc _GNU_SOURCE build failure.
authorElliott Hughes <enh@google.com>
Tue, 19 Aug 2014 01:38:30 +0000 (18:38 -0700)
committerElliott Hughes <enh@google.com>
Tue, 19 Aug 2014 01:38:30 +0000 (18:38 -0700)
Change-Id: Ibdce3df36e4f5015fa559fb5d5afbf86fe23c123

tests/wifi/stress/wifiLoadScanAssoc.c

index 801e44a..5dc2692 100644 (file)
  * through the use of the -t command-line option.
  */
 
+#define _GNU_SOURCE
+
 #include <assert.h>
 #include <errno.h>
 #include <libgen.h>
 #include <math.h>
-#define _GNU_SOURCE
 #include <sched.h>
 #include <stdio.h>
 #include <stdlib.h>