From 9a9cce5510b87252f863239ac807b9fb4395b288 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 18 Aug 2009 12:19:31 -0700 Subject: [PATCH] Start working on using getopt for the tty name --- ao-tools/ao-load/ao-load.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ao-tools/ao-load/ao-load.c b/ao-tools/ao-load/ao-load.c index b84a88a6..6966dd3a 100644 --- a/ao-tools/ao-load/ao-load.c +++ b/ao-tools/ao-load/ao-load.c @@ -19,6 +19,8 @@ #include #include #include +#include +#include #include "ccdbg.h" #define AO_USB_DESC_STRING 3 @@ -94,6 +96,7 @@ rewrite(struct hex_image *image, unsigned addr, char *data, int len) memcpy(image->data + addr - image->address, data, len); } +static const struct option int main (int argc, char **argv) { -- 2.30.2