freebsd-ports/devel/acovea-gtk/files/patch-src-main_window.cc
Roman Bogorodskiy 7648ca6921 GTK+ front-end to ACOVEA.
WWW:	http://www.coyotegulch.com/products/acovea/acovea-gtk.html

PR:		ports/101257
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2006-08-03 14:17:34 +00:00

12 lines
353 B
C++

diff -urN src.orig/main_window.cc src/main_window.cc
--- src.orig/main_window.cc Tue Aug 1 20:45:30 2006
+++ src/main_window.cc Tue Aug 1 20:49:57 2006
@@ -5,6 +5,8 @@
// This file is for your program, I won't touch it again!
+#include <sys/types.h>
+#include <sys/stat.h>
#include <glibmm/thread.h>
#include <gtkmm.h>
#include <gtkmm/main.h>