File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,9 @@ noinst_HEADERS = \
338
338
include/nl-priv-dynamic-core/object-api.h \
339
339
include/nl-priv-dynamic-route/nl-priv-dynamic-route.h \
340
340
include/nl-priv-static-route/nl-priv-static-route.h \
341
+ \
342
+ third_party/c-list/src/c-list.h \
343
+ \
341
344
$(NULL )
342
345
343
346
# ##############################################################################
@@ -395,6 +398,7 @@ default_includes = \
395
398
-I$(srcdir ) /include/linux-private \
396
399
-I$(srcdir ) /include \
397
400
-I$(builddir ) /include \
401
+ -I$(srcdir ) /third_party/c-list/src \
398
402
$(NULL )
399
403
400
404
default_cppflags = \
Original file line number Diff line number Diff line change 24
24
#include <pthread.h>
25
25
#endif
26
26
27
+ #include "c-list.h"
28
+
27
29
/*****************************************************************************/
28
30
29
31
#if __BYTE_ORDER == __BIG_ENDIAN
You can’t perform that action at this time.
0 commit comments