summaryrefslogtreecommitdiff
blob: 680a0591f1cfe769c4c1619e998b1f8de1db68f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Fixes complation error on both Darwin and Solaris

--- fig2dev/fig2dev.h
+++ fig2dev/fig2dev.h
@@ -20,6 +20,7 @@
 #include "patchlevel.h"
 #include <math.h>
 #include <sys/file.h>
+#include <sys/stat.h>
 #include <signal.h>
 #include <string.h>
 #include <pwd.h>