projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42983d3
)
include nmem.h to get prototype for yaz_errno
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Nov 2002 16:56:39 +0000
(16:56 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Nov 2002 16:56:39 +0000
(16:56 +0000)
util/log.c
patch
|
blob
|
history
diff --git
a/util/log.c
b/util/log.c
index
2b28a59
..
5520419
100644
(file)
--- a/
util/log.c
+++ b/
util/log.c
@@
-2,7
+2,7
@@
* Copyright (c) 1995-2002, Index Data
* See the file LICENSE for details.
*
- * $Id: log.c,v 1.30 2002-10-22 10:04:51 adam Exp $
+ * $Id: log.c,v 1.31 2002-11-26 16:56:39 adam Exp $
*/
#if HAVE_CONFIG_H
@@
-20,6
+20,7
@@
#include <stdarg.h>
#include <errno.h>
#include <time.h>
+#include <yaz/nmem.h>
#include <yaz/log.h>
#define HAS_STRERROR 1