summaryrefslogtreecommitdiff
path: root/src/tr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-16 13:19:25 +0000
committerJim Meyering <jim@meyering.net>1994-11-16 13:19:25 +0000
commit13e79f4f721fc116aeeacf41fc5cf21913f0f1cf (patch)
treec454ba80e372dfdb6791bdcb817a459c67242126 /src/tr.c
parent67af2936fab0429eb3aa1c3fc4fefd60c1752838 (diff)
downloadcoreutils-13e79f4f721fc116aeeacf41fc5cf21913f0f1cf.tar.xz
Include <getopt.h> instead of "getopt.h".
Diffstat (limited to 'src/tr.c')
-rw-r--r--src/tr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tr.c b/src/tr.c
index f1e2f6742..8b02dd50f 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -26,7 +26,8 @@
#include <assert.h>
#include <errno.h>
#include <sys/types.h>
-#include "getopt.h"
+#include <getopt.h>
+
#include "system.h"
#include "version.h"