
30 Mar
2009
30 Mar
'09
6:52 p.m.
Module: ppl/ppl Branch: master Commit: 57e7cee40f6e2811b859ae196534879f31a78a6a URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=57e7cee40f6e2...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Mar 30 19:13:50 2009 +0200
Include "ppl_c.h".
---
interfaces/C/tests/ppl_c_test.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/interfaces/C/tests/ppl_c_test.h b/interfaces/C/tests/ppl_c_test.h index 5ca4b34..ad729d0 100644 --- a/interfaces/C/tests/ppl_c_test.h +++ b/interfaces/C/tests/ppl_c_test.h @@ -23,6 +23,8 @@ site: http://www.cs.unipr.it/ppl/ . */ #ifndef PPL_ppl_c_test_h #define PPL_ppl_c_test_h 1
+#include "ppl_c.h" + #ifdef __cplusplus extern "C" { #endif