Index: trunk/Ohana/src/libohana/include/ohana.h
===================================================================
--- trunk/Ohana/src/libohana/include/ohana.h	(revision 14590)
+++ trunk/Ohana/src/libohana/include/ohana.h	(revision 16040)
@@ -128,4 +128,7 @@
 # define OHANA_WHITESPACE(c)(((c) == 0x09) || ((c) == 0x0a) || ((c) == 0x0b) || ((c) == 0x0b) || ((c) == 0x0c) || ((c) == 0x0d) || ((c) == 0x20))
 
+// sorting is now defined as a macro call
+# include <ohana_sort.h>
+
 /* socket / pipe communication buffer */
 typedef struct {
