blob: c349505877f36448e73a1167455c0f29bff119cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- kcdlabel/kdirtree.cpp.orig Mon Dec 29 02:18:03 2003
+++ kcdlabel/kdirtree.cpp Mon Dec 29 02:18:49 2003
@@ -20,7 +20,9 @@
#include <string>
#include <vector>
#include <algorithm>
+#ifndef __FreeBSD__
#include <error.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
|