getopt_long: use stdinc.h

pull/29/head
William Pitcock 2012-07-20 16:35:53 -05:00
parent 61a2a6c46f
commit d45b87bc56
1 changed files with 1 additions and 2 deletions

View File

@ -60,11 +60,10 @@
#include "getopt_long.h"
#include <sys/cdefs.h>
#include "stdinc.h"
#include <err.h>
#include <errno.h>
#include <getopt.h>
#include <stdlib.h>
#include <string.h>