[hipl-commit] [trunk] Rev 3876: Add missing #include for --enable-performance, fixes the warning:

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 9 Mar 2010 18:30:09 +0200

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: Tue Mar 09 17:29:45 2010 +0100
Revision: 3876
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Add missing #include for --enable-performance, fixes the warning:
  hipd/hipd.c:454: error: implicit declaration of function 
`check_and_create_dir'

Modified:
  M  hipd/hipd.c

=== modified file 'hipd/hipd.c'
--- hipd/hipd.c 2010-03-07 11:20:52 +0000
+++ hipd/hipd.c 2010-03-09 16:29:45 +0000
@@ -19,6 +19,7 @@
 #include "heartbeat.h"
 
 #ifdef CONFIG_HIP_PERFORMANCE
+#include "lib/core/filemanip.h"
 #include "lib/performance/performance.h"
 #endif

Other related posts:

  • » [hipl-commit] [trunk] Rev 3876: Add missing #include for --enable-performance, fixes the warning: - Diego Biurrun