Index: /trunk/FACT++/src/FAD.h
===================================================================
--- /trunk/FACT++/src/FAD.h	(revision 11728)
+++ /trunk/FACT++/src/FAD.h	(revision 11729)
@@ -114,5 +114,5 @@
 //---------------------------------------------------------------
 
-typedef struct {
+typedef struct _EVENT {
   uint16_t Roi ;            // #slices per pixel (same for all pixels)
   uint16_t RoiTM ;          // #slices per pixel (same for all tmarks) [ 0 or Roi ]
@@ -142,8 +142,5 @@
 //---------------------------------------------------------------
 
-
-
-
-typedef struct {
+typedef struct _RUN_HEAD {
   uint32_t Version ;
   uint32_t RunType ;
@@ -166,5 +163,5 @@
 
 
-typedef struct {
+typedef struct _RUN_TAIL {
   uint32_t nEventsOk ;  //how many events were written
   uint32_t nEventsRej;  //how many events were rejected by SW-trig
@@ -256,4 +253,8 @@
 //---------------------------------------------------------------
 
+// FIXME: This doesn't neet to be here... it is inlcuded in all
+//        data processors
+
+#include <netinet/in.h>
 
 typedef struct {
@@ -261,5 +262,4 @@
    int    sockDef ; //<0 not defined/ ==0 not to be used/ >0 used
 } FACT_SOCK ;    //internal to eventbuilder
-
 
 
