blob: 3ff685976f76d0070037a6fd019247df1cf17f77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-test-getconfopt.c,v 1.1 2017/05/25 20:41:27 schmonz Exp $
Fix Illumos build.
--- test-getconfopt.c.orig 2014-05-15 02:54:21.000000000 +0000
+++ test-getconfopt.c
@@ -1,6 +1,7 @@
#include <sys/types.h>
#include <unistd.h>
#include "fmt.h"
+#include "sgetopt.h"
#include "getconfopt.h"
#include "stralloc.h"
#include "substdio.h"
|