#! /bin/sh /usr/share/dpatch/dpatch-run
## gcc.dpatch by Martin Michlmayr <tbm@cyrius.com>
## DP: Patch for gcc4.

@DPATCH@
diff -ur late-0.1.0/src/init.cpp late-0.1.0-gcc/src/init.cpp
--- late-0.1.0/src/init.cpp	2003-08-17 10:33:27.000000000 +0000
+++ late-0.1.0-gcc/src/init.cpp	2007-04-22 21:34:16.000000000 +0000
@@ -24,6 +24,7 @@
 #include "graphics.h"
 #include "arch.h"
 #include "scorescreen.h"
+#include <cstdlib>
 #include <fstream>
 #include <iostream>
 using namespace std; 
