From: Fred Drake Date: Fri, 30 Jun 2000 04:17:11 +0000 (+0000) Subject: Add a comment about needing to change a #include if using a version of X-Git-Tag: v2.0b1~1254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=947121fd9cfae1ce148493e239636d0f3fa9a863;p=thirdparty%2FPython%2Fcpython.git Add a comment about needing to change a #include if using a version of Berkeley DB 2.0 or newer; most Linux distros will include a more recent version than 1.85. --- diff --git a/Modules/bsddbmodule.c b/Modules/bsddbmodule.c index 97a8e8be4341..925e9281611d 100644 --- a/Modules/bsddbmodule.c +++ b/Modules/bsddbmodule.c @@ -51,6 +51,7 @@ PERFORMANCE OF THIS SOFTWARE. #include #include #include +/* If using Berkeley DB 2.0 or newer, change this include to : */ #include /* Please don't include internal header files of the Berkeley db package (it messes up the info required in the Setup file) */