X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=examples%2Fsector.c;h=a1527457c5adbf0bb38649bb6610104acb1f1950;hb=5ed3a441cf557b8d5f366720be822ea2a2325014;hp=f1655ce6dd1db0647ddcc548df37b04aaab0a4a2;hpb=3f88f0d2214ecd4a8e3e1d5cd9d001a455dd57c6;p=~andy%2Frsl diff --git a/examples/sector.c b/examples/sector.c index f1655ce..a152745 100644 --- a/examples/sector.c +++ b/examples/sector.c @@ -1,4 +1,5 @@ #include +#include #include "rsl.h" /* @@ -84,7 +85,7 @@ Sweep * get_sector(Sweep *s, float lo_azimuth, float hi_azimuth) } -void main(int argc, char **argv) +int main(int argc, char **argv) { Radar *radar; Sweep *sector;