summaryrefslogtreecommitdiffstats
path: root/misc/rbutil/patches/system-bzip2.patch
blob: 98189d25668829103bff74dba5f2e1ad760dc708 (plain)
diff --git a/utils/bspatch/bspatch.c b/utils/bspatch/bspatch.c
--- a/utils/bspatch/bspatch.c
+++ b/utils/bspatch/bspatch.c
@@ -30,7 +30,7 @@
 #include <stdarg.h>
 #include <sys/types.h>
 #endif
-#include "../bzip2/bzlib.h"
+#include <bzlib.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>