From: Ralph Corderoy Date: Sat, 9 Sep 2017 20:56:42 +0000 (+0100) Subject: Refer to #include files from the root of nmh's source. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/3b6170b27ba8fedbb4d67d2842bfaa38d4417962?ds=sidebyside;hp=3b6170b27ba8fedbb4d67d2842bfaa38d4417962 Refer to #include files from the root of nmh's source. One of the -I options given to the C compiler is the root of the nmh source. This means uip/foo.c's #include of the relative ../sbr/bar.h can also be written more tidily as sbr/bar.h. ---