mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
11 lines
218 B
C
11 lines
218 B
C
$NetBSD: patch-lookup.c,v 1.1 2012/11/01 19:49:32 joerg Exp $
|
|
|
|
--- lookup.c.orig 2012-10-30 19:09:40.000000000 +0000
|
|
+++ lookup.c
|
|
@@ -1,4 +1,5 @@
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "lookup.h"
|
|
|
|
static
|