From: Christian Bauer Date: Thu, 20 Nov 2003 19:59:25 +0000 (+0000) Subject: fixed typo X-Git-Tag: release_1-1-6~24 X-Git-Url: https://www.ginac.de/ginac.git/static/git-favicon.png/ginac.git?a=commitdiff_plain;h=c413f9f86c8b66cea6a70f305967c3a3669dbc2b;p=ginac.git fixed typo --- diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index e3340e68..38b8c93a 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -6469,6 +6469,7 @@ The following shows how to build a simple package using automake and the @samp{AM_PATH_GINAC} macro. The program used here is @file{simple.cpp}: @example +#include #include int main(void)