diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2007-02-27 07:59:14 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2007-02-27 07:59:14 +0000 |
commit | a50c6629c4b87021063cca8ee33d033693044f19 (patch) | |
tree | 9cd41a61ed2caed4fdd960c4a6f86d18750f2427 /usr.bin/rcs/diff.h | |
parent | 9f064f1ae44f3419a81d855a6c20ccf1003319b2 (diff) |
As done in OpenCVS, general includes cleanup sweep. OK otto@.
Diffstat (limited to 'usr.bin/rcs/diff.h')
-rw-r--r-- | usr.bin/rcs/diff.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/rcs/diff.h b/usr.bin/rcs/diff.h index ef349b9ae44..817ab08a7ee 100644 --- a/usr.bin/rcs/diff.h +++ b/usr.bin/rcs/diff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.5 2006/09/21 15:30:07 millert Exp $ */ +/* $OpenBSD: diff.h,v 1.6 2007/02/27 07:59:13 xsa Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -67,6 +67,10 @@ #ifndef RCS_DIFF_H #define RCS_DIFF_H +#include <sys/queue.h> + +#include <regex.h> + #include "buf.h" #include "rcs.h" |