Skip to content

Commit c8faf9a

Browse files
committed
c-list: hook up "c-list.h" for internal usage
1 parent 7447c9d commit c8faf9a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,9 @@ noinst_HEADERS = \
338338
include/nl-priv-dynamic-core/object-api.h \
339339
include/nl-priv-dynamic-route/nl-priv-dynamic-route.h \
340340
include/nl-priv-static-route/nl-priv-static-route.h \
341+
\
342+
third_party/c-list/src/c-list.h \
343+
\
341344
$(NULL)
342345

343346
###############################################################################
@@ -395,6 +398,7 @@ default_includes = \
395398
-I$(srcdir)/include/linux-private \
396399
-I$(srcdir)/include \
397400
-I$(builddir)/include \
401+
-I$(srcdir)/third_party/c-list/src \
398402
$(NULL)
399403

400404
default_cppflags = \

include/base/nl-base-utils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include <pthread.h>
2525
#endif
2626

27+
#include "c-list.h"
28+
2729
/*****************************************************************************/
2830

2931
#if __BYTE_ORDER == __BIG_ENDIAN

0 commit comments

Comments
 (0)