summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpd
diff options
context:
space:
mode:
authorPierre-Yves Ritschard <pyr@cvs.openbsd.org>2009-06-06 18:31:43 +0000
committerPierre-Yves Ritschard <pyr@cvs.openbsd.org>2009-06-06 18:31:43 +0000
commita67fbffff4bfafaf5da29d492b807e26759b6d69 (patch)
treeee666a8cd98ad2ef14801997fba8fb3b58ba9472 /usr.sbin/dvmrpd
parentd9cb7c2f2f280a4ae169e07bc70612fef8ada300 (diff)
Get ready for including imsg.h from a lib, when it comes along.
Diffstat (limited to 'usr.sbin/dvmrpd')
-rw-r--r--usr.sbin/dvmrpd/dvmrpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dvmrpd/dvmrpd.h b/usr.sbin/dvmrpd/dvmrpd.h
index 7067c88e61d..5f99058f5c0 100644
--- a/usr.sbin/dvmrpd/dvmrpd.h
+++ b/usr.sbin/dvmrpd/dvmrpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dvmrpd.h,v 1.18 2009/06/06 07:52:04 pyr Exp $ */
+/* $OpenBSD: dvmrpd.h,v 1.19 2009/06/06 18:31:42 pyr Exp $ */
/*
* Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org>
@@ -28,7 +28,7 @@
#include <netinet/in.h>
#include <event.h>
-#include "imsg.h"
+#include <imsg.h>
#define CONF_FILE "/etc/dvmrpd.conf"
#define DVMRPD_SOCKET "/var/run/dvmrpd.sock"