From fb303b5c000f3dd28ec5e7ebbcedeb30bc405724 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 18 Jan 2008 19:23:56 +0100 Subject: [PATCH] Compiled with -O2 --- wme_test/Makefile | 2 +- wme_test/common.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wme_test/Makefile b/wme_test/Makefile index f00d9ed..1b30fa3 100644 --- a/wme_test/Makefile +++ b/wme_test/Makefile @@ -4,7 +4,7 @@ all: $(PROGS) .PHONY:all LDFLAGS = -lpthread -lrt -CFLAGS = -Wall -D_REENTRANT -g +CFLAGS = -Wall -D_REENTRANT -g -O2 ifdef DEBUG CFLAGS += -DDEBUG=1 endif diff --git a/wme_test/common.h b/wme_test/common.h index b1d8eb7..f047efe 100644 --- a/wme_test/common.h +++ b/wme_test/common.h @@ -1,6 +1,8 @@ #ifndef COMMON_H #define COMMON_H +#include + #define BASE_PORT 5100 #define AC_NUM 4 #define MTU 800 -- 2.39.2