]> Pileus Git - ~andy/rsl/blobdiff - examples/any_to_ppm.c
RSL v1.41
[~andy/rsl] / examples / any_to_ppm.c
index 62293b19e5c3a994ae5a0bb06b57357e29b5120f..42a41b44d5a5c3c44984892528bec906933bfa00 100644 (file)
@@ -9,11 +9,12 @@
  * the RSL.
  *
  */
+#include <stdlib.h>
 
 #define USE_RSL_VARS
 #include "rsl.h"
 
-void main(int argc, char **argv)
+int main(int argc, char **argv)
 {
   Radar *radar;
   Sweep *sweep;