mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
$NetBSD: patch-af,v 1.3 2007/04/28 15:20:42 reed Exp $
|
|
|
|
--- netplan.c.orig 2005-01-26 12:55:34.000000000 -0600
|
|
+++ netplan.c 2007-04-26 09:01:01.000000000 -0500
|
|
@@ -4,6 +4,7 @@
|
|
|
|
typedef void *Widget; /* dummy for prototype declarations in config.h */
|
|
|
|
+#include <errno.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|