mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2007/01/03 07:53:37 agc Exp $
|
|
|
|
Silence compiler warnings
|
|
|
|
--- gmp.h 2006/12/29 14:27:44 1.1
|
|
+++ gmp.h 2006/12/29 14:28:02
|
|
@@ -21,6 +21,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include <sys/types.h>
|
|
|
|
/* for malloc and free */
|