freebsd-ports/x11-wm/treewm/files/patch-tile.cc
Pawel Pekala b4d289c841 - Fix build with clang
- Add LICENSE
- Support staging
- Reformat pkg-descr

PR:		ports/184888
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 21:03:26 +00:00

10 lines
215 B
C++

--- src/tile.cc.orig
+++ src/tile.cc
@@ -5,6 +5,7 @@
#include <algorithm>
#include <stack>
//#include <stdio.h>
+#include <stdlib.h>
/*
* changed<05.02.2003> by Rudolf Polzer: including namespace std (C++)