X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fslocal.c;h=b17600810f82e0cf4698ed56579d8639ed79128a;hb=d3a300121b033551031ffbdaa9202fb4aa4453f3;hp=8a3f5f7c5f58fc8811b94f689ebf576b836a634f;hpb=8f4c5da8971926f7eccc912f7998c343aef3c33b;p=mmh diff --git a/uip/slocal.c b/uip/slocal.c index 8a3f5f7..b176008 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. */ /* @@ -27,7 +31,7 @@ #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