Skip to content

Commit

Permalink
c-list: hook up "c-list.h" for internal usage
Browse files Browse the repository at this point in the history
  • Loading branch information
thom311 committed Nov 14, 2024
1 parent 7447c9d commit c8faf9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ noinst_HEADERS = \
include/nl-priv-dynamic-core/object-api.h \
include/nl-priv-dynamic-route/nl-priv-dynamic-route.h \
include/nl-priv-static-route/nl-priv-static-route.h \
\
third_party/c-list/src/c-list.h \
\
$(NULL)

###############################################################################
Expand Down Expand Up @@ -395,6 +398,7 @@ default_includes = \
-I$(srcdir)/include/linux-private \
-I$(srcdir)/include \
-I$(builddir)/include \
-I$(srcdir)/third_party/c-list/src \
$(NULL)

default_cppflags = \
Expand Down
2 changes: 2 additions & 0 deletions include/base/nl-base-utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <pthread.h>
#endif

#include "c-list.h"

/*****************************************************************************/

#if __BYTE_ORDER == __BIG_ENDIAN
Expand Down

0 comments on commit c8faf9a

Please sign in to comment.