blob: 3e3141ec7ad77ce5b9627a040cdb15fdae67532c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.1 2006/12/08 11:59:26 obache Exp $
fix compiler warnings
--- icewm4vim/icefonsel.cpp.orig 2006-02-03 14:56:21.000000000 +0000
+++ icewm4vim/icefonsel.cpp
@@ -1,3 +1,5 @@
+#include <sys/stat.h>
+#include <dirent.h>
#include <stdio.h>
#include <qapplication.h>
|