From 939a99f1f195f460ceea77a593cb881cfc91946f Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期三, 02 十二月 2020 11:15:20 +0800
Subject: [PATCH] udpate

---
 src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index b1759a6..d802507 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -16,7 +16,7 @@
 
 #-I$(ROOT)/include/usgcommon
 
-INCLUDES += -I./queue -I./socket -I./common/include -I$(ROOT)/include/usgcommon
+INCLUDES += -I./queue -I./socket  -I$(ROOT)/include/usgcommon
 
 SOURCES := $(wildcard *.c ./**/*.c)
 OBJS   = $(patsubst %.c, $(DEST)/%.o, $(SOURCES)) 

--
Gitblit v1.8.0