[PATCH] sh-i18n--envsubst.c: do not #include getopt.h
From: Brandon Casey <hidden>
Date: 2016-06-15 22:51:29
From: Brandon Casey <redacted> The getopt.h header file is not used. It's inclusion is left over from the original version of this source. Additionally, getopt.h does not exist on all platforms (SunOS 5.7) and will cause a compilation failure. So, let's remove it. Signed-off-by: Brandon Casey <redacted> --- sh-i18n--envsubst.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/sh-i18n--envsubst.c b/sh-i18n--envsubst.c
index 2eb0ee4..9d2e971 100644
--- a/sh-i18n--envsubst.c
+++ b/sh-i18n--envsubst.c@@ -51,7 +51,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <errno.h> -#include <getopt.h> #include <stdio.h> #include <stdlib.h> #include <string.h>
--
1.7.6.rc1.3.g600a62