blob: 281754f06d8476e48cfd9a75c8b2dd3daf0d78a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1.1.1 2003/05/09 07:38:16 agc Exp $
--- fmt.c 2003/05/09 07:20:12 1.1
+++ fmt.c 2003/05/09 07:20:22
@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <unistd.h>
#include <string.h>
#include <errno.h>
|