diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-10 13:31:26 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-10 13:31:26 (GMT) |
commit | 0a4bda9e96c28aea6c948d2e017625a33e35b7f1 (patch) | |
tree | f324185090df15faf18cfe81bdcbe52a9b262ced /src/lib/tng_io.h | |
parent | 088a18f59edd690db51e80160a8d0b4f931dc18d (diff) |
Fix Hash updates
Diffstat (limited to 'src/lib/tng_io.h')
-rw-r--r-- | src/lib/tng_io.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/tng_io.h b/src/lib/tng_io.h index 33af0c1..36aa23f 100644 --- a/src/lib/tng_io.h +++ b/src/lib/tng_io.h @@ -49,9 +49,11 @@ * * @subsection C * - * #include <stdlib.h> - * #include <stdio.h> - * #include <tng_io.h> + * // These includes must be fixed in order to compile the example. + * // They do not include the # in order to compile the header file. + * include <stdlib.h> + * include <stdio.h> + * include <tng_io.h> * * int main(int argc, char **argv) * { |