X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8eabc0badcbff3355d51bdc409bdbc262910d330..9ce1458f83bfd6b7705cccc2343230971c6e54bb:/h/mh.h diff --git a/h/mh.h b/h/mh.h index ebd124d1..83223a61 100644 --- a/h/mh.h +++ b/h/mh.h @@ -1,7 +1,7 @@ /* mh.h -- main header file for all of nmh */ -#include +#include "h/nmh.h" /* It's undefined behaviour in C99 to convert from a function pointer to * a data-object pointer, e.g. void pointer. gcc's -pedantic warns of @@ -574,4 +574,4 @@ extern char *version_str; extern char *whatnowproc; extern char *whomproc; -#include +#include "h/prototypes.h"