1/*	$NetBSD: getopt.h,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $	*/
2
3/* getopt.h -- wrapper for gnulib getopt_.h.
4   Id: getopt.h,v 1.6 2004/09/14 12:36:00 karl Exp
5   Copyright (C) 2004 Free Software Foundation, Inc.
6
7   Copying and distribution of this file, with or without modification,
8   are permitted in any medium without royalty provided the copyright
9   notice and this notice are preserved.
10*/
11
12#include "getopt_.h"
13