summaryrefslogtreecommitdiffstats
path: root/examples/udpfwd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/udpfwd/Makefile')
-rw-r--r--examples/udpfwd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/udpfwd/Makefile b/examples/udpfwd/Makefile
index 6816b5e..496a3be 100644
--- a/examples/udpfwd/Makefile
+++ b/examples/udpfwd/Makefile
@@ -41,5 +41,6 @@ LDLIBS += -ltle_udp
EXTRA_CFLAGS += -O3
CFLAGS_parse.o += -D_GNU_SOURCE
+CFLAGS_main.o += -D_GNU_SOURCE
include $(RTE_SDK)/mk/rte.extapp.mk