summaryrefslogtreecommitdiff
path: root/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmalloc.c b/xmalloc.c
index 738c9cdc3..566bbfd20 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -13,9 +13,10 @@
13 */ 13 */
14 14
15#include "includes.h" 15#include "includes.h"
16RCSID("$OpenBSD: xmalloc.c,v 1.8 2000/09/07 20:27:55 deraadt Exp $"); 16RCSID("$OpenBSD: xmalloc.c,v 1.9 2001/01/21 19:06:02 markus Exp $");
17 17
18#include "ssh.h" 18#include "xmalloc.h"
19#include "log.h"
19 20
20void * 21void *
21xmalloc(size_t size) 22xmalloc(size_t size)