13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
$OpenBSD: patch-src_ViewWindow_cpp,v 1.1 2010/10/24 19:55:46 stephan Exp $
|
|
--- src/ViewWindow.cpp.orig Sun Oct 24 14:43:48 2010
|
|
+++ src/ViewWindow.cpp Sun Oct 24 14:44:22 2010
|
|
@@ -12,6 +12,8 @@
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
|
|
+#include <X11/Xlib.h>
|
|
+
|
|
#include <fx.h>
|
|
#include <fxkeys.h>
|
|
#include <FXPNGIcon.h>
|