]> www.ginac.de Git - ginac.git/commitdiff
Clean up some header files and fix compilation with MSC.
authorRichard Kreckel <kreckel@ginac.de>
Sun, 6 Nov 2016 18:35:46 +0000 (19:35 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Sun, 6 Nov 2016 18:35:46 +0000 (19:35 +0100)
On MSC there is no <unistd.h>. It turns out that we need to #include <io.h>
in order to use close(3). This fixes the build failure introduced in 8305ec38.

Thanks to Jan Rheinländer for reporting this.


No differences found