75b4459430
- Mark as MAKE_JOBS_SAFE - Refactor Makefile to avoid custom do-build/do-install targets - Add LICENSE Submitted by: mi@ via private email Approved by: tabthorpe(mentor)
15 lines
274 B
C
15 lines
274 B
C
$FreeBSD$
|
|
|
|
--- pseudo.c 2009-04-05 04:01:58.000000000 +0200
|
|
+++ pseudo.c 2010-04-29 17:45:49.000000000 +0200
|
|
@@ -31,6 +31,10 @@
|
|
#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/stat.h>
|
|
+#endif
|
|
+
|
|
#include "pseudo.h"
|
|
|
|
#ifdef SQUASHFS_TRACE
|