12 lines
330 B
Text
12 lines
330 B
Text
$NetBSD: patch-af,v 1.3 2007/04/16 16:06:32 joerg Exp $
|
|
|
|
--- tools/depbuild.cpp.orig 2007-04-16 15:40:03.000000000 +0000
|
|
+++ tools/depbuild.cpp
|
|
@@ -24,6 +24,7 @@ This program generates dependencies for
|
|
#include <iostream>
|
|
#include <string>
|
|
#include <cstdio>
|
|
+#include <unistd.h>
|
|
using namespace std;
|
|
|
|
#include "fileutil.h"
|