all repos — fluxbox @ 02e6d0ecab1975ebe603319386ef39b73a73a4c6

custom fork of the fluxbox windowmanager

Fixed includes
fluxgen fluxgen
commit

02e6d0ecab1975ebe603319386ef39b73a73a4c6

parent

fcd0ec2578254f1af5d3bdd3b6f55de2ce494cab

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M src/DrawUtil.ccsrc/DrawUtil.cc

@@ -18,6 +18,7 @@ // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. +// $Id: DrawUtil.cc,v 1.2 2002/01/06 13:46:43 fluxgen Exp $ #ifdef HAVE_CONFIG_H # include "config.h"

@@ -27,6 +28,9 @@ #include "DrawUtil.hh"

#include "StringUtil.hh" #include "i18n.hh" +#include <stdlib.h> +#include <assert.h> +#include <stdio.h> #include <iostream> #include <X11/Xutil.h>