Check for dlfcn.h presence
[idzebra-moved-to-github.git] / index / main.c
index b8ad1fb..615f185 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.118 2004-11-19 10:27:00 heikki Exp $
+/* $Id: main.c,v 1.120 2005-01-03 19:33:22 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -34,7 +34,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <sys/times.h>
 #endif
 
-#include <yaz/ylog.h>
+#include <yaz/log.h>
 #include <yaz/options.h>
 #include <idzebra/api.h>
 
@@ -77,7 +77,7 @@ int main (int argc, char **argv)
 
 #ifdef WIN32
 #else
-    sprintf(nbuf, "%.40s(%d)", *argv, getpid());
+    sprintf(nbuf, "%.40s(%ld)", *argv, (long) getpid());
     yaz_log_init_prefix (nbuf);
 #endif
 #if HAVE_SYS_TIMES_H