mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-15 07:14:50 +02:00
Remove unused includes and protect header
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user