mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
$NetBSD: patch-aa,v 1.1 2007/03/15 04:41:39 schmonz Exp $
|
|
|
|
--- qcheck.c.orig 2003-11-22 07:10:46.000000000 -0500
|
|
+++ qcheck.c
|
|
@@ -1,4 +1,6 @@
|
|
+#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <dirent.h>
|
|
|
|
/*
|