mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 21:42:39 -04:00
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2003/08/26 10:19:45 itojun Exp $
|
|
|
|
--- src/proglink.c.orig 2003-06-19 17:11:57.000000000 +0900
|
|
+++ src/proglink.c 2003-08-26 19:18:18.000000000 +0900
|
|
@@ -1,3 +1,4 @@
|
|
+#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#include "constdef.h"
|
|
#include "defvar.h"
|