summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-0.8.7-PATCHES/patch-09-unistd
blob: 375f18ee72e6a9fb194303e383cb2515b8594640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	<unistd.h> is ubiquitious these days.
	Needed on AIX, tlbuild 28 May 2010 15:08:06.

Index: FileSystem.cpp
===================================================================
--- FileSystem.cpp	(revision 18648)
+++ FileSystem.cpp	(working copy)
@@ -23,9 +23,7 @@
 #include <fstream>
 #include "FileSystem.h"
 
-#ifdef __GNUC__
 #include <unistd.h>
-#endif
 
 
 using namespace std;