1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 04:51:01 +00:00
serenity/Ports/tr/patches/fix-tr.patch
2020-05-10 19:41:35 +02:00

10 lines
216 B
Diff

--- tr-6.7/tr.c.orig Sun May 10 10:14:40 2020
+++ tr-6.7/tr.c Sun May 10 10:14:53 2020
@@ -32,6 +32,7 @@
#include <sys/types.h>
+#include <getopt.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>