X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fslocal.c;h=bbf1850615034813236eae29014838b0ab8d60cc;hp=6bf3e15971b11edfdf444e9ef0986a0a4397d4c4;hb=08baf4f8bc7623c41a9753c71aed9a4042196aac;hpb=076b15369a863a489181015d3d9a39db38c6856d diff --git a/uip/slocal.c b/uip/slocal.c index 6bf3e15..bbf1850 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -55,9 +55,14 @@ extern int initgroups(char*, int); #ifdef HAVE_GDBM_NDBM_H #include #else +#if defined(HAVE_DB_H) && defined(HAVE_LIBDB) +#define DB_DBM_HSEARCH 1 +#include +#else #include #endif #endif +#endif #include