[arrayfire] 56/79: Fix header file in basic_c

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jun 15 13:38:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository arrayfire.

commit d792e2a3aae7fceef1231630bfd1fc6d32759e18
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Wed Jun 10 14:28:10 2015 -0400

    Fix header file in basic_c
---
 test/basic_c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/basic_c.c b/test/basic_c.c
index c8ab564..f6c7310 100644
--- a/test/basic_c.c
+++ b/test/basic_c.c
@@ -7,7 +7,7 @@
  * http://arrayfire.com/licenses/BSD-3-Clause
  ********************************************************/
 
-#include "../include/arrayfire.h"
+#include <arrayfire.h>
 
 int main() {
     af_array out = 0;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list