X-Git-Url: http://pileus.org/git/?p=~andy%2Frsl;a=blobdiff_plain;f=examples%2Fsector.c;h=a1527457c5adbf0bb38649bb6610104acb1f1950;hp=f1655ce6dd1db0647ddcc548df37b04aaab0a4a2;hb=71c71381ace86eb987172b22de55fbb837518b26;hpb=d08a7f8a699a044bc4ac5f93917aa7f6c463923b 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;