Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / lisp-modules-new-obsolete / patches / cl-freetype2-fix-grovel-includes.patch
blob5260f0c058414bc229f491834d45c7182af398b0
1 --- a/src/ffi/grovel/grovel-freetype.h
2 +++ b/src/ffi/grovel/grovel-freetype.h
3 @@ -2,7 +2,7 @@
4 #include <ft2build.h>
5 #include FT_FREETYPE_H
7 -#include <ftsystem.h>
8 -#include <fttypes.h>
9 -#include <ftlist.h>
10 -#include <ftimage.h>
11 +#include <freetype/ftsystem.h>
12 +#include <freetype/fttypes.h>
13 +#include <freetype/ftlist.h>
14 +#include <freetype/ftimage.h>
16 Diff finished. Mon Nov 14 22:41:57 2022