blob: 924644fa5403d41d0b20a2389820e18959b6a65f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-af,v 1.2 2009/07/24 12:10:18 obache Exp $
--- FvwmCompositor/main/AScreen.cxx.orig 2008-11-25 10:22:45.000000000 +0000
+++ FvwmCompositor/main/AScreen.cxx
@@ -36,6 +36,7 @@
#include <math.h>
#include <stdio.h>
#include <stdexcept>
+#include <unistd.h>
#define SR_SNAP_DIST 12
|