getopt_long: more fixing

pull/29/head
William Pitcock 2012-07-20 16:37:26 -05:00
parent d45b87bc56
commit 81fa40f9b6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#ifndef _GETOPT_LONG_H_
#define _GETOPT_LONG_H_
#include <sys/cdefs.h>
#include "stdinc.h"
/*
* GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension.