summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpd.h
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/ldpd/ldpd.h
parentd9cb7c2f2f280a4ae169e07bc70612fef8ada300 (diff)
Get ready for including imsg.h from a lib, when it comes along.
Diffstat (limited to 'usr.sbin/ldpd/ldpd.h')
-rw-r--r--usr.sbin/ldpd/ldpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/ldpd.h b/usr.sbin/ldpd/ldpd.h
index 052e86bc9b7..73ce06ba53f 100644
--- a/usr.sbin/ldpd/ldpd.h
+++ b/usr.sbin/ldpd/ldpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldpd.h,v 1.3 2009/06/06 08:09:43 pyr Exp $ */
+/* $OpenBSD: ldpd.h,v 1.4 2009/06/06 18:31:42 pyr Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -30,7 +30,7 @@
#include <netinet/in.h>
#include <event.h>
-#include "imsg.h"
+#include <imsg.h>
#include "ldp.h"
#define CONF_FILE "/etc/ldpd.conf"