<div dir="ltr">Hello,<div>I have a problem running "make" after modifying the print.c file in assignment 01. I cloned the a01-LOGIN repository, ran the "configure.py" script and successfully ran the "make" command. I proceeded to edit "kernel/src/lib/print.c" and "kernel/include/lib/print.h" to implement my printk() function.</div><div>Then I ran the configure.py script and tried to run "make", but it gave me this error:</div><div><br></div><div>include/lib/print.h:15:14: error: unknown type name 'list_t'<br>  Â 15 | void print_L(list_t* list);<br clear="all"><div><br></div><div>So I added #include <adt/list.h> to the print.h file. Now "make" gives me this error:</div><div><br></div><div>include/adt/list.h: In function 'link_init':<br>include/adt/list.h:127:5: error: implicit declaration of function 'assert' [-Werror=implicit-function-declaration]<br>  127 | Â  Â  assert(link != NULL);<br>  Â  Â  | Â  Â  ^~~~~~<br>include/adt/list.h:9:1: note: 'assert' is defined in header '<assert.h>'; did you forget to '#include <assert.h>'?<br></div><div><br></div><div>What am I doing wrong here? I don't suppose I should just include the assert.h file?</div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Nguyen</div></div></div></div>