mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 21:00:06 +00:00
11 lines
216 B
Diff
11 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>
|