blob: 478c2372d8b195780c8f3057c5bb3a34029699eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- PreviewPage.cpp.old Sun Jul 23 01:21:56 2000
+++ PreviewPage.cpp Sun Jul 23 01:21:58 2000
@@ -18,6 +18,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
#include "PreviewPage.h"
#include "Thumbnail.h"
#include "HtmlOptionState.h"
|