=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcsprog.h,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- src/usr.bin/rcs/rcsprog.h 2005/12/08 18:56:10 1.30 +++ src/usr.bin/rcs/rcsprog.h 2005/12/10 20:27:46 1.31 @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.h,v 1.30 2005/12/08 18:56:10 joris Exp $ */ +/* $OpenBSD: rcsprog.h,v 1.31 2005/12/10 20:27:46 joris Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -26,6 +26,8 @@ #ifndef RCSPROG_H #define RCSPROG_H + +#include "xmalloc.h" #define RCS_TMPDIR_DEFAULT "/tmp"