mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
17 lines
341 B
Plaintext
17 lines
341 B
Plaintext
$NetBSD: patch-ab,v 1.1 2005/10/31 15:33:19 tv Exp $
|
|
|
|
--- src/filters.c.orig 2005-02-07 08:46:41.000000000 -0500
|
|
+++ src/filters.c
|
|
@@ -18,7 +18,11 @@
|
|
#include <stdlib.h>
|
|
#include <math.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+
|
|
+#if HAVE_INTTYPES_H
|
|
#include <inttypes.h>
|
|
+#endif
|
|
|
|
#include "goom_filters.h"
|
|
#include "goom_graphic.h"
|