many compile fix
[lttv.git] / ltt / branches / poly / ltt / parser.c
index bee3b5f98a6de52bc97d7c6271cfdb5a6590075e..58a6a10e4626054a41f6a28035c9ee6c8c926761 100644 (file)
@@ -37,7 +37,8 @@ This program is distributed in the hope that it will be useful,
 #include <stdio.h>
 #include <stdarg.h>
 #include <ctype.h>
-#include <linux/errno.h>  
+#include <linux/errno.h>
+#include <glib.h>
 
 
 #include "parser.h"
@@ -912,7 +913,7 @@ int checkNamedTypesImplemented(table * named_types)
  *    checksum          : checksum for the facility
  ****************************************************************************/
 
-int generateChecksum(char* facName, unsigned long * checksum, sequence * events)
+int generateChecksum(char* facName, guint32 * checksum, sequence * events)
 {
   unsigned long crc ;
   int pos;
This page took 0.023411 seconds and 4 git commands to generate.