X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/522138c8d86c20435f045eaee0944a9b008b1c5a..d3a300121b033551031ffbdaa9202fb4aa4453f3:/uip/slocal.c diff --git a/uip/slocal.c b/uip/slocal.c index acbdf2e4..b1760081 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -3,6 +3,10 @@ * slocal.c -- asynchronously filter and deliver new mail * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ /* @@ -26,8 +30,8 @@ #include #include #include -#include -#include +#include +#include #include #include @@ -48,8 +52,12 @@ extern int initgroups(char*, int); #ifdef HAVE_DB1_NDBM_H #include #else +#ifdef HAVE_GDBM_NDBM_H +#include +#else #include #endif +#endif #include