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:
130c4f3
)
Include marcdisp.h so that atoi_n gets public on WIN32
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 16 Dec 2004 08:59:56 +0000
(08:59 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 16 Dec 2004 08:59:56 +0000
(08:59 +0000)
src/atoin.c
patch
|
blob
|
history
diff --git
a/src/atoin.c
b/src/atoin.c
index
6138300
..
e9b20e6
100644
(file)
--- a/
src/atoin.c
+++ b/
src/atoin.c
@@
-2,7
+2,7
@@
* Copyright (c) 1997-2004, Index Data
* See the file LICENSE for details.
*
- * $Id: atoin.c,v 1.4 2004-12-13 14:21:55 heikki Exp $
+ * $Id: atoin.c,v 1.5 2004-12-16 08:59:56 adam Exp $
*/
/**
@@
-16,7
+16,7
@@
#include <string.h>
#include <ctype.h>
-
+#include <yaz/marcdisp.h>
/**
* atoi_n: like atoi but reads at most len characters.