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:
6cdf6f2
)
Added include stdlib.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 17 Jan 2005 13:03:27 +0000
(13:03 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 17 Jan 2005 13:03:27 +0000
(13:03 +0000)
src/nmem.c
patch
|
blob
|
history
diff --git
a/src/nmem.c
b/src/nmem.c
index
623e399
..
093b5b3
100644
(file)
--- a/
src/nmem.c
+++ b/
src/nmem.c
@@
-2,7
+2,7
@@
* Copyright (C) 1995-2005, Index Data ApS
* See the file LICENSE for details.
*
- * $Id: nmem.c,v 1.12 2005-01-15 19:47:14 adam Exp $
+ * $Id: nmem.c,v 1.13 2005-01-17 13:03:27 adam Exp $
*/
/**
@@
-20,6
+20,7
@@
#endif
#include <assert.h>
+#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <stddef.h>