mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
15 lines
278 B
Plaintext
15 lines
278 B
Plaintext
$NetBSD: patch-artist_c,v 1.1 2012/07/30 03:33:12 dholland Exp $
|
|
|
|
- use standard headers
|
|
|
|
--- artist.c~ 2004-05-05 08:30:35.000000000 +0000
|
|
+++ artist.c
|
|
@@ -3,6 +3,7 @@
|
|
*/
|
|
#include <math.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "paint.h"
|
|
#include "crinkle.h"
|
|
|