]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh.h
- */Makefile.in: changes triggered by newer automake.
[ginac.git] / ginsh / ginsh.h
index e4bb52dc757f0e13020b7296adea79f7393aff9e..3cab831970c87a20419e0b615bede59386c38f35 100644 (file)
@@ -41,7 +41,11 @@ extern "C" {
 }
 #endif
 
+#ifdef IN_GINAC
 #include "ginac.h"
+#else
+#include <ginac/ginac.h>
+#endif
 
 #ifndef NO_NAMESPACE_GINAC
 using namespace GiNaC;