about summary refs log tree commit diff
path: root/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'bitmap.c')
-rw-r--r--bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitmap.c b/bitmap.c
index 837143b..43328b5 100644
--- a/bitmap.c
+++ b/bitmap.c
@@ -4,7 +4,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <buchstabensuppe/bitmap.h>
+#include <buchstabensuppe.h>
 
 bool bs_bitmap_extend(bs_bitmap_t *b, int new_w, int new_h, unsigned char init) {
   int diff_x = fmax(new_w - b->bs_bitmap_width, 0);