summaryrefslogtreecommitdiff
path: root/avr/getopt-min.c
diff options
context:
space:
mode:
authorLeo C.2024-06-28 22:35:29 +0200
committerLeo C.2024-06-28 22:35:29 +0200
commit6dbf5891f52b1e06f8448e2b0526214bc882c6ec (patch)
tree4513ba08fd84a63d7e630a8bbc98a6424d123fb8 /avr/getopt-min.c
parentd655d20a5d465471244a607fc7e18eef8623eab9 (diff)
downloadz180-stamp-6dbf5891f52b1e06f8448e2b0526214bc882c6ec.zip
clean up includes
Diffstat (limited to 'avr/getopt-min.c')
-rw-r--r--avr/getopt-min.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avr/getopt-min.c b/avr/getopt-min.c
index 401beed..4e67a9b 100644
--- a/avr/getopt-min.c
+++ b/avr/getopt-min.c
@@ -11,7 +11,6 @@
/* $Id: getopt.c,v 1.2 1992/12/07 11:12:52 nickc Exp $ */
#include "common.h" /* definition of FLASH */
-#include <string.h>
int optind; /* next argv[] index */
char *optarg; /* option parameter if any */