Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 5239826

Browse files
committed
fix the compile error
1 parent cf89889 commit 5239826

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

dep/ae/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ if !OS_SOLARIS
55
AM_CPPFLAGS += -D_GNU_SOURCE
66
endif
77
AM_CPPFLAGS += -I $(top_srcdir)/dep/util
8+
AM_CPPFLAGS += -I $(top_srcdir)/dep/jemalloc-4.2.0/include
89
AM_CPPFLAGS += -I $(top_srcdir)/dep/dmalloc
910

1011
AM_CFLAGS = -Wall -Wshadow

dep/darray/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ if !OS_SOLARIS
55
AM_CPPFLAGS += -D_GNU_SOURCE
66
endif
77
AM_CPPFLAGS += -I $(top_srcdir)/dep/util
8+
AM_CPPFLAGS += -I $(top_srcdir)/dep/jemalloc-4.2.0/include
89
AM_CPPFLAGS += -I $(top_srcdir)/dep/dmalloc
910

1011
AM_CFLAGS = -Wall -Wshadow

dep/dlist/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ if !OS_SOLARIS
55
AM_CPPFLAGS += -D_GNU_SOURCE
66
endif
77
AM_CPPFLAGS += -I $(top_srcdir)/dep/util
8+
AM_CPPFLAGS += -I $(top_srcdir)/dep/jemalloc-4.2.0/include
89
AM_CPPFLAGS += -I $(top_srcdir)/dep/dmalloc
910

1011
AM_CFLAGS = -Wall -Wshadow

dep/sds/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ if !OS_SOLARIS
55
AM_CPPFLAGS += -D_GNU_SOURCE
66
endif
77
AM_CPPFLAGS += -I $(top_srcdir)/dep/util
8+
AM_CPPFLAGS += -I $(top_srcdir)/dep/jemalloc-4.2.0/include
89
AM_CPPFLAGS += -I $(top_srcdir)/dep/dmalloc
910

1011
AM_CFLAGS = -Wall -Wshadow

src/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ endif
77
AM_CPPFLAGS += -I $(top_srcdir)/dep/dhashkit
88
AM_CPPFLAGS += -I $(top_srcdir)/dep/ae
99
AM_CPPFLAGS += -I $(top_srcdir)/dep/util
10+
AM_CPPFLAGS += -I $(top_srcdir)/dep/jemalloc-4.2.0/include
1011
AM_CPPFLAGS += -I $(top_srcdir)/dep/dmalloc
1112
AM_CPPFLAGS += -I $(top_srcdir)/dep/sds
1213
AM_CPPFLAGS += -I $(top_srcdir)/dep/darray

0 commit comments

Comments
 (0)