Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 11 lines 364 B view raw
1diff -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 /*}}}*/ 10 11 /* identcode -- return number of identifier */ /*{{{*/