Description: Fix path to includes
Author: Daniel Watkins <daniel@daniel-watkins.co.uk>
Reviewed-By: Axel Beckert <abe@debian.org>

Index: ditz-0.5/bin/ditz
===================================================================
--- ditz-0.5.orig/bin/ditz	2008-11-14 15:10:40.000000000 +0000
+++ ditz-0.5/bin/ditz	2008-11-14 15:10:44.000000000 +0000
@@ -1,5 +1,8 @@
 #!/usr/bin/ruby1.8
 
+$: << "/usr/lib/ruby/1.8/ditz"
+$: << "/usr/share/ditz"
+
 ## requires are split in two for efficiency reasons: ditz should be really
 ## fast when using it for completion.
 require 'operator'
