[hipl-commit] [trunk] Rev 3598: Add missing header (required for struct timeval).

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 11 Feb 2010 12:07:46 +0200

Committer: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
Date: Thu Feb 11 11:06:54 2010 +0100
Revision: 3598
Revision-id: mircea.gherzan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Add missing header (required for struct timeval).

Modified:
  M  lib/core/hip_statistics.h

=== modified file 'lib/core/hip_statistics.h'
--- lib/core/hip_statistics.h   2010-02-10 23:55:24 +0000
+++ lib/core/hip_statistics.h   2010-02-11 10:06:54 +0000
@@ -3,6 +3,7 @@
 
 #include <stdlib.h>
 #include <inttypes.h>
+#include <sys/time.h>
 
 #define STATS_IN_MSECS  1000
 #define STATS_IN_USECS  1000000

Other related posts:

  • » [hipl-commit] [trunk] Rev 3598: Add missing header (required for struct timeval). - Mircea Gherzan