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/smux.c b/lib/smux.c
index ddb8bfe..7e0a2ec 100644
--- a/lib/smux.c
+++ b/lib/smux.c
@@ -33,7 +33,7 @@
#include "thread.h"
#include "linklist.h"
#include "command.h"
-#include "version.h"
+#include <lib/version.h>
#include "memory.h"
#include "sockunion.h"
#include "smux.h"