have to use system getopt here because we don't link with dtool

This commit is contained in:
David Rose 2010-07-14 23:23:13 +00:00
parent 9d53f9cfa1
commit 62fecd76cb

View File

@ -15,14 +15,7 @@
/*#include "dtool_config.h"*/
#include "dtoolbase.h"
#ifndef HAVE_GETOPT
#include "gnu_getopt.h"
#else
#ifdef PHAVE_GETOPT_H
#include <getopt.h>
#endif
#endif
#include <stdio.h>
#include <errno.h>
#include <string.h> /* for strerror */