12 lines
287 B
Text
12 lines
287 B
Text
$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>
|