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
diff --git a/lib/command.c b/lib/command.c
index 2411306..8b6ae3d 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -23,7 +23,7 @@
 
 #include "memory.h"
 #include "log.h"
-#include "version.h"
+#include <lib/version.h>
 #include "thread.h"
 #include "vector.h"
 #include "vty.h"