X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fap.c;h=2abba4bca32340373ce1d2235692ed5747a99ac8;hb=7736b0a60c15cc20db0ba8c3e0fe8e11d1c78c20;hp=7e16b926354d82963b521fa4551dbf21098fa8b8;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/ap.c b/uip/ap.c index 7e16b92..2abba4b 100644 --- a/uip/ap.c +++ b/uip/ap.c @@ -8,6 +8,7 @@ #include #include #include +#include #define NADDRS 100 @@ -146,7 +147,7 @@ main (int argc, char **argv) for (addrp = 0; addrs[addrp]; addrp++) status += process (addrs[addrp], width, normalize); - done (status); + return done (status); } struct pqpair {