Index: /trunk/Ohana/src/misc/src/applyscat.c
===================================================================
--- /trunk/Ohana/src/misc/src/applyscat.c	(revision 21536)
+++ /trunk/Ohana/src/misc/src/applyscat.c	(revision 21537)
@@ -2,4 +2,10 @@
 # include <dvo.h>
 # define BYTES_STAR 66
+
+typedef struct {
+  double X;
+  double Y;
+  double M;
+} Stars;
 
 int main (int argc, char **argv) {
