reenable include <getopt.h> for getopt_long(3)

This commit is contained in:
dbj 2003-04-24 04:15:58 +00:00
parent 729bd4d1af
commit 263ed6747c
1 changed files with 1 additions and 1 deletions

2
dist/pdisk/pdisk.c vendored
View File

@ -30,7 +30,7 @@
// for printf()
#include <stdio.h>
#if defined(__linux__)
#if defined(__linux__) || defined(__NetBSD__)
#include <getopt.h>
#endif
#ifdef __linux__