projects
/
idzebra-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:
eb44a82
)
Added include of yaz/xmalloc.h.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 22 Nov 2006 14:12:49 +0000
(14:12 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 22 Nov 2006 14:12:49 +0000
(14:12 +0000)
index/symtab.c
patch
|
blob
|
history
diff --git
a/index/symtab.c
b/index/symtab.c
index
a14c9cf
..
1d3c72a
100644
(file)
--- a/
index/symtab.c
+++ b/
index/symtab.c
@@
-1,4
+1,4
@@
-/* $Id: symtab.c,v 1.11 2006-11-21 22:17:49 adam Exp $
+/* $Id: symtab.c,v 1.12 2006-11-22 14:12:49 adam Exp $
Copyright (C) 1995-2006
Index Data ApS
@@
-20,11
+20,11
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
+#include <yaz/xmalloc.h>
struct strentry {
char *name;