X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/00d760f7506c2d5c32ab5abf9f11b3066999f08a..9f1e781a5c2beb9df943c832300a3f5bee1e4ed3:/sbr/readconfig.c diff --git a/sbr/readconfig.c b/sbr/readconfig.c index 1bbc069c..5a850b04 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -6,8 +6,9 @@ * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "error.h" +#include "h/utils.h" struct procstr { char *procname; @@ -155,7 +156,8 @@ readconfig (struct node **npp, FILE *ib, const char *file, int ctx) void -add_profile_entry (const char *key, const char *value) { +add_profile_entry (const char *key, const char *value) +{ struct node *newnode; /* This inserts the new node at the beginning of m_defs because