[hipl-commit] [trunk] Rev 3877: Add missing #include to allow compilation with --enable-performance, fixes:

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

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

Log:
  Add missing #include to allow compilation with --enable-performance, fixes:
  test/dh_performance.c:375: error: implicit declaration of function 
`check_and_create_dir'

Modified:
  M  test/dh_performance.c

=== modified file 'test/dh_performance.c'
--- test/dh_performance.c       2010-03-05 08:47:53 +0000
+++ test/dh_performance.c       2010-03-09 16:31:13 +0000
@@ -24,6 +24,7 @@
 #endif /* HAVE_CONFIG_H */
 
 #include "lib/core/crypto.h"
+#include "lib/core/filemanip.h"
 #include "lib/core/hashchain.h"
 
 #include "lib/performance/performance.h"

Other related posts:

  • » [hipl-commit] [trunk] Rev 3877: Add missing #include to allow compilation with --enable-performance, fixes: - Diego Biurrun