late (0.1.0-12) gcc-4.6.dpatch

Summary

 src/ball.h |    1 +
 1 file changed, 1 insertion(+)

    
download this patch

Patch contents

#! /bin/sh /usr/share/dpatch/dpatch-run
## gcc-4.6.dpatch by Evgeni Golov <evgeni@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Build with gcc-4.6.

@DPATCH@
--- late-0.1.0.orig/src/ball.h
+++ late-0.1.0/src/ball.h
@@ -25,6 +25,7 @@
 class ball;
 
 #include "square.h"
+#include <stddef.h>
 
 class ball_base
 {