mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
--- appinst.cpp.orig Wed Nov 26 21:48:29 2014
|
|
+++ appinst.cpp Wed Nov 26 21:48:40 2014
|
|
@@ -26,6 +26,7 @@
|
|
#include <errno.h>
|
|
#include <signal.h>
|
|
#include <cstdio>
|
|
+#include <sys/stat.h>
|
|
|
|
#include "appinst.h"
|
|
|