From 1f8a523275ca32e30335c02e3feabb3110549fa6 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 26 十一月 2020 10:18:54 +0800 Subject: [PATCH] update --- src/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile b/src/Makefile index 4dc86a4..1b6d69f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,7 +16,7 @@ #-I$(ROOT)/include/usgcommon -INCLUDES += -I./queue -I./socket -I./common/include +INCLUDES += -I./queue -I./socket -I./common/include -I$(ROOT)/include/usgcommon SOURCES := $(wildcard *.c ./**/*.c) OBJS = $(patsubst %.c, $(DEST)/%.o, $(SOURCES)) -- Gitblit v1.8.0