13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
$OpenBSD: patch-src_WriteWindow_cpp,v 1.1 2010/10/24 19:55:46 stephan Exp $
|
|
--- src/WriteWindow.cpp.orig Sun Oct 24 14:52:33 2010
|
|
+++ src/WriteWindow.cpp Sun Oct 24 14:52:43 2010
|
|
@@ -12,6 +12,8 @@
|
|
#include <unistd.h>
|
|
#include <signal.h>
|
|
|
|
+#include <X11/Xlib.h>
|
|
+
|
|
#include <fx.h>
|
|
#include <fxkeys.h>
|
|
#include <FXPNGIcon.h>
|