mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 01:47:00 +02: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>
|