diff options
| author | Inderpreet Singh <[email protected]> | 2011-10-02 20:12:55 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:23 -0700 |
| commit | 39fde1bdd52080391a7083536b22a3ea9a686dcf (patch) | |
| tree | 5a38fc6f1539b5bc81962676e37b3e482397976c /decuda_to_ptxplus | |
| parent | faec221021266754fbeb9bc471f25cbad41dde3f (diff) | |
Integrated in 10477 - Fixes for compiling with gcc v4.5.1
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10478]
Diffstat (limited to 'decuda_to_ptxplus')
| -rw-r--r-- | decuda_to_ptxplus/decudaInst.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decuda_to_ptxplus/decudaInst.cc b/decuda_to_ptxplus/decudaInst.cc index c387d15..093bf8e 100644 --- a/decuda_to_ptxplus/decudaInst.cc +++ b/decuda_to_ptxplus/decudaInst.cc @@ -3,6 +3,7 @@ #include <string> #include <cstring> #include <stdlib.h> +#include <stdio.h> extern void output(const char * text); |
