14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
|
$OpenBSD: patch-execute_c,v 1.1 2011/06/22 09:20:02 sthen Exp $
|
||
|
--- execute.c.orig Sun May 29 16:46:03 2011
|
||
|
+++ execute.c Tue Jun 21 22:16:46 2011
|
||
|
@@ -17,6 +17,9 @@
|
||
|
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||
|
*/
|
||
|
|
||
|
+#include <sys/types.h>
|
||
|
+#include <sys/stat.h>
|
||
|
+
|
||
|
#include "ccache.h"
|
||
|
|
||
|
static char *
|