mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 15:33:24 -04:00
13 lines
295 B
C
13 lines
295 B
C
$NetBSD: patch-tools_pngpack.c,v 1.1 2015/04/26 13:30:58 joerg Exp $
|
|
|
|
--- tools/pngpack.c.orig 2015-04-26 12:04:56.000000000 +0000
|
|
+++ tools/pngpack.c
|
|
@@ -22,6 +22,7 @@
|
|
#include <getopt.h>
|
|
#include <sys/stat.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
#include "md5.h"
|
|
#include "pngio.h"
|