diff options
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) * { |