Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / applications / office / teapot / 001-fix-warning.patch
blobc9ab9da94bf47f7dbb4896efec20a2fe014afd7d
1 diff -Naur teapot-2.3.0-old/scanner.c teapot-2.3.0-new/scanner.c
2 --- teapot-2.3.0-old/scanner.c 1969-12-31 21:00:01.000000000 -0300
3 +++ teapot-2.3.0-new/scanner.c 2021-11-25 17:46:49.936673391 -0300
4 @@ -25,6 +25,7 @@
5 #include "main.h"
6 #include "misc.h"
7 #include "scanner.h"
8 +#include "utf8.h"
9 /*}}}*/
11 /* identcode -- return number of identifier */ /*{{{*/