cuda_open_files: add missing include of stdio.h to host code
commit300e537097f45bee392857c230ed20b0ddcb11e5
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 13 Aug 2013 15:20:53 +0000 (13 17:20 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 6 Sep 2013 08:44:19 +0000 (6 10:44 +0200)
treee5448b3f5877a074b687b82da6a12578adf8cd49
parentb864417b0c4f9490e82757cf8381830adec6cefd
cuda_open_files: add missing include of stdio.h to host code

The CUDA specific macros printed by print_cuda_macros
not only depend on assert.h, but also on stdio.h.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
cuda_common.c