Remove unused includes and protect header

This commit is contained in:
Guillem Jover
2006-02-14 07:01:21 +00:00
parent 8a2e8584d9
commit 67e48af044
3 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,10 @@
#ifndef LIBBSD_GETOPT_H
#define LIBBSD_GETOPT_H
#include <getopt.h>
extern int optreset;
int bsd_getopt (int, char **, char *);
#endif