summaryrefslogtreecommitdiff
path: root/usr.sbin/hostated/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/hostated/buffer.c')
-rw-r--r--usr.sbin/hostated/buffer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/hostated/buffer.c b/usr.sbin/hostated/buffer.c
index 3abe27b1e62..547d65ed859 100644
--- a/usr.sbin/hostated/buffer.c
+++ b/usr.sbin/hostated/buffer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: buffer.c,v 1.1 2006/12/16 11:45:07 reyk Exp $ */
+/* $OpenBSD: buffer.c,v 1.2 2007/01/08 13:37:26 reyk Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -29,6 +29,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <regex.h>
#include "hostated.h"