summaryrefslogtreecommitdiff
path: root/magic_buddy/magic_buddy.c
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2024-05-16 15:15:40 -0700
committerMatthew Sotoudeh <matthew@masot.net>2024-05-16 15:15:40 -0700
commit92996a3671732b6c883b325414a1e313786d48d6 (patch)
tree94b29907c5e167ca44ebd8e232ba9e3f44a7e58a /magic_buddy/magic_buddy.c
parent54c09d54c0c170f1369751f8bf5a8a0b771a167c (diff)
checker
Diffstat (limited to 'magic_buddy/magic_buddy.c')
-rw-r--r--magic_buddy/magic_buddy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/magic_buddy/magic_buddy.c b/magic_buddy/magic_buddy.c
index 80bc069..c6283d8 100644
--- a/magic_buddy/magic_buddy.c
+++ b/magic_buddy/magic_buddy.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
-#include "buddy.h"
+#include "magic_buddy.h"
struct free_block {
struct free_block *next;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback