[pisa-src] r1135 - trunk/include/util.h

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 14 Oct 2009 10:50:48 +0200

Author: tjansen
Date: Wed Oct 14 10:50:48 2009
New Revision: 1135

Log:
Added a missing header file in util.h. This fixes a compiler warning about a
struct being declared only in the scope of a declaration.

Modified:
   trunk/include/util.h

Modified: trunk/include/util.h
==============================================================================
--- trunk/include/util.h        Wed Oct 14 10:12:43 2009        (r1134)
+++ trunk/include/util.h        Wed Oct 14 10:50:48 2009        (r1135)
@@ -19,6 +19,7 @@
 #include <netinet/in.h>
 #include <openssl/sha.h>
 #include <openssl/md5.h>
+#include <sys/time.h>
 
 #include "global.h"
 

Other related posts: