X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fhashed_db.h;h=396a7cd86a1d7f987f9a4b5ef08ba27a4f671d27;hp=1ae29b0838530155cda9eeb44b86fb9ae1978c89;hb=cb4427a16794d98049b4d790b810d62217501f9f;hpb=63e3cafac136d773331dee15633f1c9ef08c5493 diff --git a/include/hashed_db.h b/include/hashed_db.h index 1ae29b08..396a7cd8 100644 --- a/include/hashed_db.h +++ b/include/hashed_db.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2006 Free Software Foundation, Inc. * + * Copyright (c) 2006-2014,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -31,12 +31,14 @@ ****************************************************************************/ /* - * $Id: hashed_db.h,v 1.6 2014/04/12 22:41:10 tom Exp $ + * $Id: hashed_db.h,v 1.8 2017/07/22 16:22:49 tom Exp $ */ #ifndef HASHED_DB_H #define HASHED_DB_H 1 +#include + #include #if USE_HASHED_DB @@ -45,7 +47,7 @@ #include -#ifndef DBN_SUFFIX +#ifndef DBM_SUFFIX #define DBM_SUFFIX ".db" #endif