From 5e4fa1646cafe9e6f8dd78501bea0d2fe1eafdb4 Mon Sep 17 00:00:00 2001
From: gdt <gdt>
Date: Tue, 16 Mar 2004 14:38:36 +0000
Subject: 2004-03-16 David Young <dyoung@pobox.com>

	* (many) reference <lib/version.h> rather than "version.h",
	because version.h is a generated file and not present in the
	source tree when using objdir builds.

(committed by gdt)
works fine with normal builds; didn't try objdir
---
 ripngd/ripng_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ripngd')

diff --git a/ripngd/ripng_main.c b/ripngd/ripng_main.c
index 3beb2279..d21ca307 100644
--- a/ripngd/ripng_main.c
+++ b/ripngd/ripng_main.c
@@ -22,7 +22,7 @@
 
 #include <zebra.h>
 
-#include "version.h"
+#include <lib/version.h>
 #include "getopt.h"
 #include "vector.h"
 #include "vty.h"
-- 
cgit v1.2.1