Browse Source

fix build

Samuel Thibault 13 years ago
parent
commit
7728adf287
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/datawizard/interfaces/test_interfaces.c

+ 1 - 1
tests/datawizard/interfaces/test_interfaces.c

@@ -364,7 +364,7 @@ ram_to_cuda(void)
 	return current_config->copy_failed;
 }
 
-#if HAVE_CUDA_MEMCPY_PEER
+#ifdef HAVE_CUDA_MEMCPY_PEER
 static enum exit_code
 cuda_to_cuda(void)
 {