From: Christian Bauer Date: Thu, 20 Nov 2003 19:59:07 +0000 (+0000) Subject: fixed typo X-Git-Tag: release_1-2-0~60 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=e6e621f1d80bcdf0abc69cef84dbb58168a14ff6;ds=sidebyside fixed typo --- diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index f1a88ebd..f9bd7913 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -7394,6 +7394,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()