]> andersk Git - openssh.git/blobdiff - xmalloc.c
Hopefully things did not get mixed around too much. It compiles under
[openssh.git] / xmalloc.c
index 738c9cdc390265a6f01f24b30bef79e87a8c8fc2..566bbfd202799968e8b6d453af7c4255517c55e1 100644 (file)
--- a/xmalloc.c
+++ b/xmalloc.c
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: xmalloc.c,v 1.8 2000/09/07 20:27:55 deraadt Exp $");
+RCSID("$OpenBSD: xmalloc.c,v 1.9 2001/01/21 19:06:02 markus Exp $");
 
-#include "ssh.h"
+#include "xmalloc.h"
+#include "log.h"
 
 void *
 xmalloc(size_t size)
This page took 0.255621 seconds and 4 git commands to generate.