blob: a36cac4d2460f8e1cbdd69c5dd04dfe51e6aed07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- aa3d.c.orig 2009-02-24 01:39:43.000000000 -0200
+++ aa3d.c 2009-02-24 01:39:59.000000000 -0200
@@ -20,8 +20,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
+
static char data[65536 / 2];
int main(int argc, char **argv)
{
|