diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2008-06-10 02:08:50 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2008-06-10 02:08:50 +0000 |
commit | 538884ba8214c99370aeebb5836ac4baaa7740d7 (patch) | |
tree | b4a1e40ca78e224e36553ad7f6403a223f0b83dd /usr.bin/cvs | |
parent | 4c97d142c90929f545e1697dbf2ac36792ab4667 (diff) |
missing header
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/trigger.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/trigger.c b/usr.bin/cvs/trigger.c index c694ae5a252..2e34863b723 100644 --- a/usr.bin/cvs/trigger.c +++ b/usr.bin/cvs/trigger.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trigger.c,v 1.2 2008/06/10 02:07:58 joris Exp $ */ +/* $OpenBSD: trigger.c,v 1.3 2008/06/10 02:08:49 joris Exp $ */ /* * Copyright (c) 2008 Tobias Stoeckmann <tobias@openbsd.org> * Copyright (c) 2008 Jonathan Armani <dbd@asystant.net> @@ -21,6 +21,7 @@ #include <ctype.h> #include <errno.h> +#include <libgen.h> #include <regex.h> #include <stdio.h> #include <stdlib.h> |