Misc. bug fixes & restructuring.
diff --git a/guid.h b/guid.h
index 224302c..d22ec86 100644
--- a/guid.h
+++ b/guid.h
@@ -22,7 +22,7 @@
 #ifdef _WIN32
 typedef unsigned char my_uuid_t[16];
 #else
-#include </usr/include/uuid/uuid.h>
+#include <uuid/uuid.h>
 typedef uuid_t my_uuid_t;
 #endif