2013-09-26 17:14:40 +02:00

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>