Skip to content

Commit 22b43e1

Browse files
committed
Change MagickCore.h include path for Ubuntu 24.04
1 parent e845f36 commit 22b43e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiscm/magick.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//
1717
#include <stdio.h>
1818
#include <libguile.h>
19-
#include <MagickCore/MagickCore.h>
19+
#include <magick/MagickCore.h>
2020
#include "util-helpers.h"
2121

2222

0 commit comments

Comments
 (0)