blob: ff3fae38caa8691611906249e4eac404e41baa87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2007/08/05 16:36:11 joerg Exp $
--- file.cpp.orig 2007-08-05 15:41:08.000000000 +0000
+++ file.cpp
@@ -2,6 +2,8 @@
#include <qmessagebox.h>
#include <iostream>
+#include <unistd.h>
+
#include "file.h"
#include "process.h"
|