X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fnmem.c;h=c76c836d397bbf895eafeb81943530e3092436f5;hp=61fe86237984064174ec078fc8b48cdc8a2ca0c1;hb=d9ee01635f03f9095a66f71b73580560d48798e8;hpb=cb182c3eb21ca4405d0c9f928ceb33f3fd2f95ba diff --git a/util/nmem.c b/util/nmem.c index 61fe862..c76c836 100644 --- a/util/nmem.c +++ b/util/nmem.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: nmem.c,v $ - * Revision 1.18 1999-08-27 09:40:32 adam + * Revision 1.19 1999-11-30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.18 1999/08/27 09:40:32 adam * Renamed logf function to yaz_log. Removed VC++ project files. * * Revision 1.17 1999/07/13 13:28:25 adam @@ -74,9 +77,9 @@ #include #include -#include -#include -#include +#include +#include +#include #ifdef WIN32 #include #elif _REENTRANT