diff --git a/client-msg.c b/client-msg.c index d1f277ca..c334fc48 100644 --- a/client-msg.c +++ b/client-msg.c @@ -1,4 +1,4 @@ -/* $Id: client-msg.c,v 1.9 2007-10-12 11:24:15 nicm Exp $ */ +/* $Id: client-msg.c,v 1.10 2007-10-19 20:50:01 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -18,6 +18,7 @@ #include +#include #include #include #include diff --git a/xmalloc.c b/xmalloc.c index b7ec6698..ad2c4b70 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -1,4 +1,4 @@ -/* $Id: xmalloc.c,v 1.4 2007-10-03 13:07:42 nicm Exp $ */ +/* $Id: xmalloc.c,v 1.5 2007-10-19 20:50:01 nicm Exp $ */ /* * Copyright (c) 2004 Nicholas Marriott @@ -20,6 +20,7 @@ #include #include +#include #include #include